public enum ClubLicenseType| INDIVIDUAL | 0 | Standard Orion for Clubs license. |
| HOME | 1 | Limited functionality Orion for Clubs Home license. |
| SITE | 2 | Site license for Orion for Clubs. |
| TEMPORARY | 3 | Temporary Orion for Clubs license. |
| Description |
Returns the Description attribute of an enum. If Description is not an attribute
returns the .toString() value.
(Defined by EnumHelper) |
| GetAttributeOfTypeT |
Gets an attribute on an enum field value
(Defined by EnumHelper) |