MetadataElement.PolicyImporters Property

Definition

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

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

Property Value

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

Attributes

Remarks

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.

Applies to