WsdlImporter::WsdlDocuments Property
.NET Framework (current version)
Gets a set of ServiceDescription objects that describe the contract information in the metadata documents.
Assembly: System.ServiceModel (in System.ServiceModel.dll)
public: property ServiceDescriptionCollection^ WsdlDocuments { ServiceDescriptionCollection^ get(); }
Property Value
Type: System.Web.Services.Description::ServiceDescriptionCollection^A collection of ServiceDescription objects that describe the contract information in the metadata documents.
The WsdlDocuments property is not populated until an import method is called.
.NET Framework
Available since 3.0
Available since 3.0
Show: