Version
An object that describes that application version in detail.
Example
app = pf.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
The Version object can be accessed from the following locations:
- Properties
- Application object has property Version.