IServerLicense interface | QSYS API Reference Guide
Defines the contract for managing a server license in the ASNA DataGate client.
Namespace: ASNA.DataGate.Client Assembly: ASNA.QSys.DataGate.Client.dll
Extends: IDisposable
Remarks
This interface provides properties to manage a server license in the ASNA DataGate client. It includes properties to get the source profile, product name, version, machine ID, key code, product info, customer, customer company, start date, expiration date, whether the license is a site license, whether the license is valid, and the user limit of the license.
Properties
Type | Name | Description |
---|---|---|
String | Customer | Gets the customer of the server license. |
String | CustomerCompany | Gets the customer company of the server license. |
DateTime | Expiration | Gets the expiration date of the server license. |
Boolean | IsSite | Gets a value indicating whether the server license is a site license. |
Boolean | IsValid | Gets a value indicating whether the server license is valid. |
String | KeyCode | Gets the key code of the server license. |
String | MachineID | Gets the machine ID of the server license. |
String | ProductInfo | Gets the product info of the server license. |
String | ProductName | Gets the product name of the server license. |
SourceProfile | Source | Gets the source profile of the server license. |
DateTime | Start | Gets the start date of the server license. |
Int32 | UserLimit | Gets the user limit of the server license. |
String | Version | Gets the version of the server license. |