JBLicense
LicenseResult Class |
License information class
Inheritance Hierarchy
Namespace: JustinBack
Assembly: JBLicense.ACPU (in JBLicense.ACPU.dll) Version: 1.0.0.7
Syntax
The LicenseResult type exposes the following members.
Constructors
Name | Description | |
---|---|---|
LicenseResult | Initializes a new instance of the LicenseResult class |
Properties
Name | Description | |
---|---|---|
Active |
Gets or sets a value indicating whether this License is active.
| |
Customer_ID |
Gets or sets the customer identifier.
| |
License_ID |
Gets or sets the license identifier.
| |
Metadata |
Gets or sets the metadata.
| |
Product_ID |
Gets or sets the product identifier.
| |
productkey |
Gets or sets the productkey if license has been granted through a product key. Can be NULL
| |
Revoked |
Gets or sets a value indicating whether this License is revoked.
|
Methods
Name | Description | |
---|---|---|
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
ToString | Returns a string that represents the current object. (Inherited from Object.) |
See Also