IServiceDescription2 Interface
Provides access to members that control the properties of an ArcGIS Server web service description.
Members
Name | Description | |
---|---|---|
![]() |
Capabilities | The capabilities of the web service. |
![]() |
Name | The name of the web service. |
![]() |
ParentType | The type of service this extension is associated with. |
![]() |
Type | The type of the web service (MapServer or GeocodeServer). |
![]() |
URL | The URL of the web service. |
IServiceDescription2.Capabilities Property
The capabilities of the web service.
Public Property Capabilities As String
public string Capabilities {get; set;}
IServiceDescription2.ParentType Property
The type of service this extension is associated with.
Public Property ParentType As String
public string ParentType {get; set;}
Inherited Interfaces
Interfaces | Description |
---|---|
IServiceDescription | Provides access to members that control the properties of an ArcGIS Server web service description. |
Classes that implement IServiceDescription2
Classes | Description |
---|