MetadataElement.WsdlImporters Property

Definition

Gets a collection of WSDL importers that imports Web Services Description Language (WSDL) 1.1 metadata with WS-Policy attachments.

public:
 property System::ServiceModel::Configuration::WsdlImporterElementCollection ^ WsdlImporters { System::ServiceModel::Configuration::WsdlImporterElementCollection ^ get(); };
[System.Configuration.ConfigurationProperty("wsdlImporters")]
public System.ServiceModel.Configuration.WsdlImporterElementCollection WsdlImporters { get; }
[<System.Configuration.ConfigurationProperty("wsdlImporters")>]
member this.WsdlImporters : System.ServiceModel.Configuration.WsdlImporterElementCollection
Public ReadOnly Property WsdlImporters As WsdlImporterElementCollection

Property Value

A collection of WSDL importers that imports Web Services Description Language (WSDL) 1.1 metadata with WS Policy attachments.

Attributes

Remarks

A WsdlImporter is used to import metadata as well as convert that information into various classes that represent contract and endpoint information.

It can selectively import contract and endpoint information and properties that expose any import errors and accept type information relevant to the import and conversion process. It also supports importing binding information and properties that provide access to any policy documents, WSDL documents, WSDL extensions, and XML schema documents.

Applies to