Class SCLLicensedFeature
- Namespace
- SWConfigDataClientLib.Proxies.Admin
- Assembly
- IpPbxCDSClientLib.dll
Class describing a licensed feature
public class SCLLicensedFeature
- Inheritance
-
SCLLicensedFeature
Constructors
SCLLicensedFeature()
Standard contructor
public SCLLicensedFeature()
Properties
EntryID
unique id
public uint EntryID { get; set; }
Property Value
FeatureGUID
GUID of the feature
public Guid FeatureGUID { get; set; }
Property Value
FeatureName
Name of the feature
public string FeatureName { get; set; }
Property Value
ParentID
Id of the parent feature if exists.
public uint ParentID { get; set; }