This document is archived and information here might be outdated.  Recommended version.


IServiceDescription Interface (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Server > ESRI.ArcGIS.Server > Interfaces > IS > IServiceDescription Interface
ArcGIS Developer Help

IServiceDescription Interface

Provides access to members that control the properties of an ArcGIS Server web service description.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

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.

Classes that implement IServiceDescription

Classes Description