ArcObjects Library Reference (Server)  

IServerObjectManager2.SystemInfo Property

The properties of the underlying system hardware and software.

[Visual Basic .NET]
Public ReadOnly Property SystemInfo As IPropertySet
[C#]
public IPropertySet SystemInfo {get;}
[C++]
HRESULT get_SystemInfo(
  IPropertySet** ppInfo
);
[C++]

Parameters

ppInfo [out, retval]

  ppInfo is a parameter of type IPropertySet

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Description

The SystemInfo property returns a PropertySet containing properties indicating the operating system name and messaeg version of the GIS server.

See Also

IServerObjectManager2 Interface