This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > Server > ESRI.ArcGIS.Server > Interfaces > IS > IServiceCatalog2 Interface > IServiceCatalog2.ServiceDescriptionsEx Property (ArcObjects .NET 10.5 SDK) |
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