This document is archived and information here might be outdated. Recommended version. |
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**