ArcObjects Library Reference (Server)  

IServiceCatalogAdmin.ServiceDescriptions Property

The array of the web service descriptions for the web service catalog.

[Visual Basic .NET]
Public WriteOnly Property ServiceDescriptions
[C#]
public void ServiceDescriptions {set;}
[C++]
HRESULT putref_ServiceDescriptions(
  IServiceDescriptionArray* 
);
[C++]

Parameters

[in]

   is a parameter of type IServiceDescriptionArray

Product Availability

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

See Also

IServiceCatalogAdmin Interface