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


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

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