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


IManagerWebService.GISServers Property (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (Server)  

IManagerWebService.GISServers Property

Gets the IGISServers object holding the IGISServerInfos for the Manager web service catalog.

[Visual Basic .NET]
Public ReadOnly Property GISServers As IGISServers
[C#]
public IGISServers GISServers {get;}
[C++]
HRESULT get_GISServers(
  IGISServers** servers
);
[C++]

Parameters servers [out, retval]
servers is a parameter of type IGISServers

Product Availability

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

See Also

IManagerWebService Interface