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


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

IServiceCatalog2.ServiceDescriptionsEx Property

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

[Visual Basic .NET]
Public Function get_ServiceDescriptionsEx ( _
    ByVal folderName As String _
) As IServiceDescriptionArray
[C#]
public IServiceDescriptionArray get_ServiceDescriptionsEx (
    string folderName
);
[C++]
HRESULT get_ServiceDescriptionsEx(
  BSTR folderName,
  IServiceDescriptionArray** pVal
);
[C++]
Parameters
folderName [in]

folderName is a parameter of type BSTR pVal [out, retval]
pVal is a parameter of type IServiceDescriptionArray**

Product Availability

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

See Also

IServiceCatalog2 Interface