Class SCl4LicenseInfo
- Namespace
- SWConfigDataClientLib.Proxies.Admin
- Assembly
- IpPbxCDSClientLib.dll
Information delivered by License enumerator for each license
public class SCl4LicenseInfo
- Inheritance
-
SCl4LicenseInfo
Constructors
SCl4LicenseInfo()
standard constructor
public SCl4LicenseInfo()
Properties
ExpirationDate
public SDateTime ExpirationDate { get; }
Property Value
ExpirationDays
number of days until expiration (when SCl4LLTByNumberOfDays) as it is coded within the license
public uint ExpirationDays { get; }
Property Value
ExpiresOnDate
effective expiration date. This is the calculated expiration date
public SDateTime ExpiresOnDate { get; }
Property Value
FriendlyName
friendly, displayable name of the licensed product, e.g. "SwyxServer v2.x/v3.x"
public string FriendlyName { get; }
Property Value
LicenseCount
public uint LicenseCount { get; }
Property Value
LicenseId
Unique ID to identify license on interface
public uint LicenseId { get; }
Property Value
LimitationType
license limitation type
public SCl4LicenseLimitType LimitationType { get; }
Property Value
OEMID
id ifentifying the OEM version.
public uint OEMID { get; }
Property Value
ProductID
id identifying the product. Use one of the SCl4ProductId values
public uint ProductID { get; }
Property Value
SerialNumber
product specific serialnumber
public uint SerialNumber { get; }
Property Value
Type
type of license
public SCl4LicenseType Type { get; }
Property Value
VersionNumber
version number of the product (0-15)
public uint VersionNumber { get; }
Property Value
bEvaluation
If true the license is a evaluation license. A permanent license cannot
public int bEvaluation { get; }