struct MAGES::License¶
Overview¶
Stores license information. More…
struct License { // enums enum LicenseType; // fields LicenseType Type; DateTime ExpirationDate; };
Detailed Documentation¶
Stores license information.
Fields¶
LicenseType Type
The license type.
DateTime ExpirationDate
The license expiration date.