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


IManagerWebService.GISServers Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Server > ESRI.ArcGIS.Server > Interfaces > IM > IManagerWebService Interface > IManagerWebService.GISServers Property
ArcGIS Developer Help

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