Microsoft Operations Manager

PlatformId Property

The PlatformIdproperty gets the operating system platform ID.

[VBScript] SystemManager.PlatformId

Access

Read/Write

Return Value

Long

Examples

The following example shows how to access the operating system platform ID.

[VBScript] 
Dim lngID, objSystemManager

Set objSystemManager = CreateObject("OpScrUtil.SystemManager")

lngID = objSystemManager.PlatformId

Requirements

Windows NT/2000: Requires Windows 2000 or later
Version: Requires MOM 1.0 SP1

See Also

SystemManager Object


Did you find this information useful? Please send your suggestions and comments about the documentation to momsdk@microsoft.com.