struct MAGES::Editor::LicenseInfo¶
Overview¶
Stores license information. More…
struct LicenseInfo { // 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.