GetValue( ) method
- Last Updated: February 11, 2026
- 1 minute read
- OpenEdge
- Version 13.0
- Documentation
Returns the underlying numeric value of the enumeration member.
Return type: INT64
Access: PUBLIC FINAL
Applies to: Progress.Lang.Enum class
Syntax
|
MAX and MIN members:
|
|
Notes
- For a flag enum instance that represents multiple flags set, the method returns the single numeric value that represents that combination of flags.