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: 7.2.0.0 (7.2.7583.15464)
Syntax int GetFeatureLicensedUsers(
string feature
)
Parameters
- feature
- Type: SystemString
The feature name.
Return Value
Type:
Int32The number of licensed users. Returns 0 if the feature is not licensed at all or not limited by users.
See Also