Version
An object that describes that application version in detail.
Example
app = cf.GetApplication() -- Retrieve the various version components vMajor = app.Version.Major vMinor = app.Version.Minor vPatch = app.Version.Patch -- Print the complete version information, including application architecture print(app.Version)
Usage locations (object properties)
The following objects have properties using the Version object:
Property List
Property Details
- Build
- The application build version.
- Type
- number
- Access
- Read only
- Major
- The application major version.
- Type
- number
- Access
- Read only
- Minor
- The application minor version.
- Type
- number
- Access
- Read only
- Patch
- The application patch version.
- Type
- number
- Access
- Read only
- Type
- The object type string.
- Type
- string
- Access
- Read only