GetEnumValue( ) method
- Last Updated: January 18, 2024
- 1 minute read
- OpenEdge
- Version 12.8
- Documentation
?).Return type: INT64
Access: PUBLIC
Applies to:Progress.Lang.Class class
Syntax
|
- enum-member-name
- The name of an enum member of the enum type the method is invoked on. For a flag enum
type, this can be a comma-delimited list of names. If no member is defined for the
specified name, or any of the names in a list is not defined, the method returns the
Unknown value (
?).