Provides access to members that supply server object name information.
Members
Name | Description | |
---|---|---|
AGSServerConnectionName | The connection name object for this server object. | |
Name | Name of the server object. | |
Type | Type of the server object (MapServer or GeocodeServer). | |
URL | Server object URL (if connection type is internet). |
IAGSServerObjectName.AGSServerConnectionName Property
The connection name object for this server object.
IAGSServerObjectName.Name Property
Name of the server object.
Remarks
Required if the MapServer object is obtained via a LAN AGSServerConnection.
IAGSServerObjectName.Type Property
Type of the server object (MapServer or GeocodeServer).
IAGSServerObjectName.URL Property
Server object URL (if connection type is internet).
Remarks
Required if the MapServer object is obtained via an internet AGSServerConnection to a web service catalog.
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 MapServerorGeocodeServerserver object obtained through an AGSServerConnection. IAGSServerObjectName has properties for the server object'sName,Type and if connecting to a web service catalog, the URL.