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


IServiceCatalog.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 > IServiceCatalog Interface > IServiceCatalog.ServiceDescriptions Property
ArcGIS Developer Help

IServiceCatalog.ServiceDescriptions Property

An array of the web service descriptions in the web service catalog.

[Visual Basic .NET]
Public ReadOnly Property ServiceDescriptions As IServiceDescriptionArray
[C#]
public IServiceDescriptionArray ServiceDescriptions {get;}
[C++]
HRESULT get_ServiceDescriptions(
  IServiceDescriptionArray** pVal
);
[C++]
Parameters
pVal [out, retval]

pVal is a parameter of type IServiceDescriptionArray**

Product Availability

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

See Also

IServiceCatalog Interface