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
VersionInfo = Get_Property( "SYSTEM", "VERSION" )
See Also
N/A