Class LicenseUsage
The standard license usage.
public class LicenseUsage
- Inheritance
-
LicenseUsage
- Inherited Members
Fields
CommercialBusiness
The commercial usage for an organization or business account.
public const string CommercialBusiness = "urn:oneimlx:lic:usage:org"
Field Value
CommercialSolo
The commercial usage for a solo account.
public const string CommercialSolo = "urn:oneimlx:lic:usage:solo"
Field Value
Educational
The community usage for educational account.
public const string Educational = "urn:oneimlx:lic:usage:edu"
Field Value
RnD
The community usage for research and development.
public const string RnD = "urn:oneimlx:lic:usage:rnd"
Field Value
Methods
IsValid(string)
Determines if the usage is valid.
public static bool IsValid(string usage)
Parameters
usage
string
Returns
- bool
true
if the usage is valid; otherwise,false
.