====== 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: “.” <2> Presentation Server Product version in the format: “.” “.” “.” <3> Presentation Server File version in the format: “.” “.” “.” ==== Property Traits ==== ^Development^Runtime^Indexed^Scaled^Synthetic^ |N/A|Get|No|No|No| ==== Remarks ==== N/A ==== Example ==== VersionInfo = Get_Property( "SYSTEM", "VERSION" ) ==== See Also ==== N/A