ReturnTypeName property
- Last Updated: February 11, 2026
- 1 minute read
- OpenEdge
- Version 13.0
- Documentation
When the associated ReturnType property indicates a class-based object,
ReturnTypeName returns a class type name, including package, as a
CHARACTER expression. If ReturnType does not indicate an object,
ReturnTypeName returns the Unknown value (?).
Data type: CHARACTER
Access: PUBLIC Read-only
Applies to: Progress.Reflect.Method class
Note: For .NET class types,
ReturnTypeName returns the class type name used
in the ABL, not the assembly-qualified name.