Meta Data Services Programming
EnumerationValueDef EnumValue Property
This property is a string containing a value that may be stored as the property value of an object.
Syntax
Object.EnumValue=string
The EnumValue property syntax has the following parts.
Part | Description |
---|---|
object | The EnumerationValueDef object. |
string | A variable length string that can be a maximum of 255 characters in length.
This value can be numeric. If you are using the IsFlag property of an EnumerationDef object to create a series of bit flags, this value must be numeric. |