Class GlobalValueItem
- Namespace
- SWConfigDataClientLib.Proxies
- Assembly
- IpPbxCDSClientLib.dll
public class GlobalValueItem : ValueItem
- Inheritance
-
GlobalValueItem
- Inherited Members
Constructors
GlobalValueItem(object, string, string, int)
Constructor
public GlobalValueItem(object key, string text, string description, int siteID)
Parameters
Properties
KeyInt
The key as int
public override int KeyInt { get; }
Property Value
Remarks
If the key is not of type int 0 will be returned
SiteID
The the site id may be 0 for local sites
public override int SiteID { get; }