ArcObjects Library Reference (Server)  

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