IAGSServerObjectName2 Interface
Provides access to members that supply server object name information.
Members
Name | Description | |
---|---|---|
![]() |
AGSServerConnectionName | The connection name object for this server object. |
![]() |
Capabilities | The web capabilities of the service. |
![]() |
Name | Name of the server object. |
![]() |
NameString2 | The name string for the server object name. |
![]() |
ParentType | The type of server object this server object extension is associated with. |
![]() |
Type | Type of the server object (MapServer or GeocodeServer). |
![]() |
URL | Server object URL (if connection type is internet). |
IAGSServerObjectName2.Capabilities Property
The web capabilities of the service.
Public Property Capabilities As String
public string Capabilities {get; set;}
IAGSServerObjectName2.NameString2 Property
The name string for the server object name.
Public Property NameString2 As String
public string NameString2 {get; set;}
IAGSServerObjectName2.ParentType Property
The type of server object this server object extension is associated with.
Public Property ParentType As String
public string ParentType {get; set;}
Inherited Interfaces
Interfaces | Description |
---|---|
IAGSServerObjectName | Provides access to members that supply server object name information. |
Classes that implement IAGSServerObjectName2
Classes | Description |
---|---|
AGSServerObjectName | A name object for ArcGIS Server Objects. |