Click or drag to resize
ILicenseInfoGetFeatureLicensedUsers Method
Gets the number of users that are licensed for a specific feature.

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#
int GetFeatureLicensedUsers(
	string feature
)

Parameters

feature
Type: SystemString
The feature name.

Return Value

Type: Int32
The number of licensed users. Returns 0 if the feature is not licensed at all or not limited by users.
See Also