IServiceDescription3 Interface
Provides access to members that control the properties of an ArcGIS Server web service description.
Description
This interface is new at ArcGIS 9.3. It supersedes IServiceDescription and IServiceDescription2.
Members
Name | Description | |
---|---|---|
![]() |
Capabilities | The capabilities of the web service. |
![]() |
Description | The description of the 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. |
IServiceDescription3.Description Property
The description of the service.
Public Property Description As String
public string Description {get; set;}
Inherited Interfaces
Interfaces | Description |
---|---|
IServiceDescription2 | Provides access to members that control the properties of an ArcGIS Server web service description. |
IServiceDescription | Provides access to members that control the properties of an ArcGIS Server web service description. |
Classes that implement IServiceDescription3
Classes | Description |
---|