WsdlImporter::WsdlDocuments Property

 

Gets a set of ServiceDescription objects that describe the contract information in the metadata documents.

Namespace:   System.ServiceModel.Description
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
Return to top
Show: