Class License
License
[DataContract]
public class License
- Inheritance
-
License
- Inherited Members
Properties
Key
The key of the license
[DataMember(Name = "key")]
public string? Key { get; set; }
Property Value
- string
The key of the license
Mode
Gets or Sets Mode
[DataMember(Name = "mode")]
public LicenseMode? Mode { get; set; }