![]() | Enum Member Editor |
Specifies the name of the enum member. The following naming rules apply to the enum member name:
The name must begin with an alphabetic character, and consist entirely of alphanumeric characters.
The name must be unique relative to other enum members defined on the parent enum.
Specifies the numeric value of the enum member. The value should be unique within the parent enum.