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


IGISServer.ServerInfos Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Server > ESRI.ArcGIS.Server > Interfaces > IG > IGISServer Interface > IGISServer.ServerInfos Property
ArcGIS Developer Help

IGISServer.ServerInfos Property

Returns the collection of ServerInfo objects (SOMs) associated with this server.

[Visual Basic .NET]
Public Property ServerInfos As IServerInfos
[C#]
public IServerInfos ServerInfos {get; set;}
[C++]
HRESULT get_ServerInfos(
  IServerInfos* ServerInfos
);
[C++]
HRESULT put_ServerInfos(
  IServerInfos** ServerInfos
);
[C++]
Parameters
ServerInfos [in]

ServerInfos is a parameter of type IServerInfos* ServerInfos [out, retval]
ServerInfos is a parameter of type IServerInfos**

Product Availability

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

See Also

IGISServer Interface