AgileDotNetLicense.Locks Property

SecureTeam Copy Protection

AgileDotNetLicense.Locks Property

Returns a collection of locks. Each lock represents a license limitation to enforce on the license.

Syntax

Public ReadOnly Property Locks() As LockCollection
   Public Get
   End Get
End Property
public LockCollection Locks { public get; }

Remarks

A LockCollection contains a list of rules that control how the product may be used by the user. The collection consists of Lock objects, each one representing a single rule.

See Also

AgileDotNetLicense Class | AgileDotNet.Licensing Namespace | AgileDotNetLicense