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


IGISServer.ServerInfos Property (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (Server)  

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 [out, retval]
ServerInfos is a parameter of type IServerInfos ServerInfos [in]
ServerInfos is a parameter of type IServerInfos

Product Availability

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

See Also

IGISServer Interface