Click or drag to resize
ILicenseInfoIsFeatureLicensed Method
Indicates if a specific feature is licensed.

Namespace: PDTec.IceNet.Core.Runtime
Assembly: PDTec.IceNet.Core (in PDTec.IceNet.Core.dll) Version: 6.0.0.0 (6.0.6225.27214)
Syntax
C#
bool IsFeatureLicensed(
	string feature
)

Parameters

feature
Type: SystemString
The feature name.

Return Value

Type: Boolean
true if the feature is licensed, otherwise false.
Remarks
If the method returns true, the caller should check is the feature is limited by number of users.
See Also