Click or drag to resize

Enum Member Editor

Name

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.

Value

Specifies the numeric value of the enum member. The value should be unique within the parent enum.

See Also

Download a complete CHM version of this documentation here.