IAGSServerObjectName Interface
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.
Public Property AGSServerConnectionName As IAGSServerConnectionName
public IAGSServerConnectionName AGSServerConnectionName {get; set;}
IAGSServerObjectName.Name Property
Name of the server object.
Public Property Name As String
public string Name {get; set;}
Remarks
Required if the MapServer object is obtained via a LAN AGSServerConnection.
IAGSServerObjectName.Type Property
Type of the server object (MapServer or GeocodeServer).
Public Property Type As String
public string Type {get; set;}
IAGSServerObjectName.URL Property
Server object URL (if connection type is internet).
Public Property URL As String
public string URL {get; set;}
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.