TemplateLicenseKey Class
NAMESPACE
RASAdminEngine.Core.OutputModels.Template
DESCRIPTION
Template license key
INHERITED FROM
RASSerilazableObj⇒TemplateLicenseKey
INTERFACES
ISerializable
IComparable
PUBLIC PROPERTIES
Type | Name | Description | |
---|---|---|---|
UInt32 | KeyLimit | The max limit for the license key. | |
String | LicenseKey | The license key. |
PUBLIC METHODS
Type | Name | Description | |
---|---|---|---|
Int32 | CompareTo (Object obj) | Inherited from RASSerilazableObj | |
Boolean | Equals (Object obj) | Inherited from RASSerilazableObj | |
Int32 | GetHashCode () | Inherited from RASSerilazableObj | |
Type | GetType () | ||
String | ToString () |
Last updated