ReturnType property
- Last Updated: February 11, 2026
- 1 minute read
- OpenEdge
- Version 13.0
- Documentation
Returns an instance of Progress.Reflect.DataType that indicates the data
type (e.g., Character, Integer, etc.) of the value
returned by the method. If the return type is a class-based object, then the
ReturnTypeName property returns a class type name, including package, as
a CHARACTER expression.
Data type: Progress.Reflect.DataType link t/k
Access: PUBLIC Read-only
Applies to: Progress.Reflect.Method class