Retrieves the version of the business object definition.
Syntax
CxVersion * getVersion();
Parameters
None.
Return values
A pointer to an instance of the CxVersion class.
Notes
A business object definition refers to an instance of the CxVersion class. Each instance of this class contains a version number, subversion number, and point version number, separated by periods, as in 3.0.0.
See also