public enum ClubOptions| ENABLEWWW | 0 | The Club account has enabled their Rezults Team Page |
| AUTOACCEPT | 1 | The Club has choosen to auto accept Virtual Match invitations. |
| EMAILNOTIFY | 2 | I'm not entirely sure what we use this for |
| ADDTOEMAILLIST | 3 | The Club has requested their POC / SEC contacts be added to Scopos' email list. |
| VALIDADDRESS | 4 | The Club has a valid mailing address. |
| 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) |