MetadataElement::PolicyImporters Property

 

Gets a collection of policy importers that specifies the import of custom policy assertions about bindings.

Namespace:   System.ServiceModel.Configuration
Assembly:  System.ServiceModel (in System.ServiceModel.dll)

public:
[ConfigurationPropertyAttribute("policyImporters")]
property PolicyImporterElementCollection^ PolicyImporters {
	PolicyImporterElementCollection^ get();
}

Property Value

Type: System.ServiceModel.Configuration::PolicyImporterElementCollection^

A PolicyImporterElementCollection that specifies the import of custom policy assertions about bindings.

A policy importer is used to search custom policy assertions about binding features, as well as attach a custom binding element that implements the features the assertion requires.

.NET Framework
Available since 3.0
Return to top
Show: