ArcObjects Library Reference (GISClient)  

IAGSServerObjectName Interface

Provides access to members that supply server object name information. Note: the IAGSServerObjectName interface has been superseded byIAGSServerObjectName3. Please consider using the more recent version.

Product Availability

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

Members

Description
Read/write property AGSServerConnectionName The connection name object for this server object.
Read/write property Name Name of the server object.
Read/write property Type Type of the server object (MapServer or GeocodeServer).
Read/write property URL Server object URL (if connection type is internet).

CoClasses that implement IAGSServerObjectName

CoClasses and Classes Description
AGSServerObjectName A name object for ArcGIS Server Objects.

Remarks

The IAGSServerObjectName interface lets you access the properties of an AGSServerObjectName which is The name object for an MapServer or GeocodeServer server object obtained through an AGSServerConnection. IAGSServerObjectName has properties for the server object's Name, Type and if connecting to a web service catalog, the URL.

See Also

ServerObject Class | IEnumServerObjectTypeInfo Interface | IEnumServerObjectType Interface | ILocatorWorkspaceName2.AGSServerConnectionName Property | GeocodeServer Class | AGSAddressLocator Class | AGSLocatorWorkspace Class | ILocatorManager2.GetAGSLocatorWorkspace Method | IEnumServerObjectType Interface | IEnumServerObjectTypeInfo Interface | ServerObject Class

.NET Samples

Route application using the NAServer extension in ArcGIS Server via a GIS client (Code Files: Route_GISClientClass) |

.NET Related Topics

GISClient | How to access an image service via LAN or Internet connection | How to initialize a GeoDataServer object |