VersionInfo property
- Last Updated: February 11, 2026
- 1 minute read
- OpenEdge
- Version 13.0
- Documentation
An object reference to a Progreses.Lang.OEVersionInfo class
that identifies the OpenEdge version of a given OpenEdge session.
Data type: Progress.Lang.OEVersionInfo class
Access: PUBLIC Read-only
Applies to: Progress.Lang.OERequestInfo class
You can access this property in an:
- Progress Application Server session — Using the CURRENT-REQUEST-INFO and CURRENT-RESPONSE-INFO attributes on the SESSION system handle
- ABL client session — Using the REQUEST-INFO and RESPONSE-INFO attributes on the server object handle used to invoke the remote request, and on the asynchronous request object handle returned for an asynchronous request
The *REQUEST-INFO attributes provide version information for the associated Progress Application Server client; the *RESPONSE-INFO attributes provide version information for the associated Progress Application Server.
See also
CURRENT-REQUEST-INFO attribute, CURRENT-RESPONSE-INFO attribute, REQUEST-INFO attribute, RESPONSE-INFO attribute