Progress.Lang.OEVersionInfo class
- Last Updated: April 19, 2021
- 1 minute read
- OpenEdge
- Version 12.2
- Documentation
Contains information that identifies the specified software component of OpenEdge. OpenEdge provides instances of this class that you can reference using the LOCAL-VERSION-INFO attribute on the SESSION system handle and the VersionInfo property of the Progress.Lang.OERequestInfo class.
Serializable:
No
Constructors
This class does not contain a constructor.
Super Class
Interfaces
This class does not implement interfaces (beyond those it inherits from its base class).
Public Properties
| OEMajorVersion property | OEMinorVersion property | OEMaintVersion property |
| OEClientType property | – | – |
Public Methods
This class does not contain any methods.
Public Events
This class does not contain events.
Notes
The OpenEdge software component that the properties of this class identify depends on the source of the object reference used to obtain this class instance.
See also
LOCAL-VERSION-INFO attribute, Progress.Lang.OERequestInfo class