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


IAGSServerObjectName Interface (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > GISClient > ESRI.ArcGIS.GISClient > Interfaces > IA > IAGSServerObjectName Interface
ArcGIS Developer Help

IAGSServerObjectName Interface

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

Product Availability

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

Members

Name 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).

Classes that implement IAGSServerObjectName

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

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