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


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

IServiceDescriptionArray Interface

Provides access to members that control the contents of web services description array.

Product Availability

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

When To Use

The IServiceDescriptionArray 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
Method Add Add an element to the array.
Read-only property Count The number of items in the array.
Read-only property Element The Element at the specified index.
Write-only property Element The Element at the specified index.
Method Insert Insert an element into the array.
Method Remove Remove an element from the array.
Method RemoveAll Remove all elements from the array.

Classes that implement IServiceDescriptionArray

Classes Description