Provides access to members that control the properties of an ArcGIS Server web service description.
When To Use
The IServiceDescription interface is intended only for use by the web service catalog template applications that are included as part of the Application Developer Framework for ArcGIS for Server. To learn more about these templates, refer to the ArcGIS for Server developer documentation.
Members
Name | Description | |
---|---|---|
Name | The name of the web service. | |
Type | The type of the web service (MapServer or GeocodeServer). | |
URL | The URL of the web service. |
IServiceDescription.Name Property
The name of the web service.
Public Property Name As String
public string Name {get; set;}
IServiceDescription.Type Property
The type of the web service (MapServer or GeocodeServer).
Public Property Type As String
public string Type {get; set;}
IServiceDescription.URL Property
The URL of the web service.
Public Property URL As String
public string URL {get; set;}
Classes that implement IServiceDescription
Classes | Description |
---|