This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > Server > ESRI.ArcGIS.Server > Interfaces > IS > IServerObjectManager2 Interface > IServerObjectManager2.SystemInfo Property (ArcObjects .NET 10.5 SDK) |
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
The SystemInfo property returns a PropertySet containing properties indicating the operating system name and messaeg version of the GIS server.