Table of Contents

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

DevelopmentRuntimeIndexedScaledSynthetic
N/AGetNoNoNo

Remarks

N/A

Example

 
VersionInfo = Get_Property( "SYSTEM", "VERSION" )
 
 
 

See Also

N/A