| ILicenseInfoGetFeatureLicensedUsers Method  | 
            Gets the number of users that are licensed for a specific feature.
            
 
Namespace: PDTec.IceNet.Core.RuntimeAssembly: PDTec.IceNet.Core (in PDTec.IceNet.Core.dll) Version: 6.0.0.0 (6.0.6225.27214)
Syntaxint 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