public enum ClubLicenseCapability| VIS_SCANNER | 0 | Allows customers to scan and score paper targets with Orion. |
| SCORECARD | 1 | Allows customer to access the online Scorecard app (which is now deprecated). |
| CMP_CT_UPLOAD | 2 | Allows customer to use the password protected CMP upload feature. |
| PRIVILEGED | 3 | Allows customer to access Scopos protected functionality. |
| 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) |