OpenEdge.Lang.EnumMember class
- Last Updated: October 30, 2020
- 1 minute read
- OpenEdge
- Version 12.2
- Documentation
The OpenEdge.Lang.EnumMember class is an enumeration definition class. It is
an abstract class.
Constructors
The following constructor allows the specification of an integer value and a character name for the enumeration:
|
The following constructor allows only the specification of an integer value for the enumeration:
|
The following constructor allows only the specification of a character name for the enumeration:
|
Public Properties
| Name property | Value property |
Public Method
| ToString() method |