Show pageOld revisionsBacklinksBack to top This page is read only. You can view the source, but not change it. Ask your administrator if you think this is wrong. ====== VERSION property (System) ====== ==== Description ==== Returns Windows and Presentation Server version information. ==== Property Value ==== This property is an @fm-delimited array formatted as follows: <1> Windows Version Number in the format: <majorVersion> “.” <minorVersion> <2> Presentation Server Product version in the format: <majorVersion> “.” <minorVersion> “.” <releaseNo> “.” <buildNo> <3> Presentation Server File version in the format: <majorVersion> “.” <minorVersion> “.” <releaseNo> “.” <buildNo> ==== Property Traits ==== ^Development^Runtime^Indexed^Scaled^Synthetic^ |N/A|Get|No|No|No| ==== Remarks ==== N/A ==== Example ==== <code> VersionInfo = Get_Property( "SYSTEM", "VERSION" ) </code> ==== See Also ==== N/A guides/oi10/presentation_server/version_property_system.txt Last modified: 2023/10/25 10:49by 127.0.0.1