Class LicenseOption
public class LicenseOption
- Inheritance
-
LicenseOption
- Inherited Members
- Extension Methods
Properties
EndTime
public DateTime EndTime { get; set; }
Property Value
HostID
public string HostID { get; set; }
Property Value
Level
-1表示试用
public int Level { get; set; }
Property Value
License
public string License { get; set; }
Property Value
Module
public string Module { get; set; }
Property Value
Methods
GetDisplay()
public string GetDisplay()
Returns
IsMatch(string, out string)
public bool IsMatch(string str, out string error)
Parameters
Returns
ToString()
Returns a string that represents the current object.
public override string ToString()
Returns
- string
A string that represents the current object.