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

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

.NET Related Topics

GISClient | How to connect to an image service | How to create an image server layer | How to initialize a GeoDataServer object