struct MAGES::LicenseLimits¶
Overview¶
Contains the information about the license limits. For example the maximum number of actions. More…
struct LicenseLimits
{
// fields
int MaxActions;
// methods
override string ToString();
};
Detailed Documentation¶
Contains the information about the license limits. For example the maximum number of actions.
Fields¶
int MaxActions
The maximum number of actions.