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


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

IServiceDescription3 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.

Description

This interface is new at ArcGIS 9.3. It supersedes IServiceDescription and IServiceDescription2.

Members

Name Description
Read/write property Capabilities The capabilities of the web service.
Read/write property Description The description of the service.
Read/write property Name The name of the web service.
Read/write property ParentType The type of service this extension is associated with.
Read/write property Type The type of the web service (MapServer or GeocodeServer).
Read/write property URL The URL of the web service.

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