Class FeatureProfileEntry
- Namespace
- SWConfigDataClientLib.Proxies.FeatureProfiles
- Assembly
- IpPbxCDSClientLib.dll
AccessProfileEntry represents is the class for the primary configuration item AccessProfile. The class contains properties for each item attribute.
public class FeatureProfileEntry : FeatureProfileEntryBase
- Inheritance
-
FeatureProfileEntry
- Inherited Members
Constructors
FeatureProfileEntry()
standard Constructor
public FeatureProfileEntry()
Properties
FeatureProfileHash
public string FeatureProfileHash { get; }
Property Value
IsMaxUsersNull
Returns true if the item attribute has Null value (DBNull).
public virtual bool IsMaxUsersNull { get; }
Property Value
Remarks
Thread Safety: safe
MaxUsers
public virtual int MaxUsers { get; set; }
Property Value
Remarks
Thread Safety: safe
Methods
SetMaxUsersNull()
public virtual void SetMaxUsersNull()