This document is archived and information here might be outdated.  Recommended version.


IServerObjectManager2.SystemInfo Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Server > ESRI.ArcGIS.Server > Interfaces > IS > IServerObjectManager2 Interface > IServerObjectManager2.SystemInfo Property
ArcGIS Developer Help

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