ArcObjects Library Reference (Server)  

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

Description
Method Add Add an element to the array.
Read-only property Count The number of items in the array.
Read/write 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.