ArcObjects Library Reference (Server)  

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