IServiceDescription Interface

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
Read/write property Name The name of the web service.
Read/write property Type The type of the web service (MapServer or GeocodeServer).
Read/write property 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

Your browser is no longer supported. Please upgrade your browser for the best experience. See our browser deprecation post for more details.