LicenseFeature Constructor

SecureTeam Copy Protection

LicenseFeature

Initializes a new instance of the LicenseFeature class.

Syntax

Public Sub New( _
   ByVal featureName As String, _
   ByVal count As Integer _
)
LicenseFeature(
   string featureName,
   int count
);

Parameters

featureName
The named product feature.
count
The maximum number of feature instances that can be shared among multiple clients concurrently.

See Also

LicenseFeature Class | AgileDotNet.Licensing Namespace