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

This function communicates with the OpenInsight executable, and is thus only available in UI/event context. To determine the system version in non-UI context (for example, from a routine running in the Engine Server), please use the GetEngineVersion call.

Example

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

See Also

GetEngineVersion method