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.