| Overview | The "Value" Element | Table of Contents |
Defines one value of an Enum.
| Enum | Defines a discrete set of values that are used in one or more attributes, contents, or child elements, and correponding .Net enumeration. |
| Name | How Many | Description |
| Description | 0 to 1 | A detailed description of the enum value. HTML markup may be used. |
| Summary | 0 to 1 | A short summary description of the enum value. HTML markup may be used. |
| symbolName : string | optional |
| value : string | optional |
| xmlName : string | required |