MetadataImporter.PolicyImportExtensions Property

Definition

Gets a collection of policy importers that the importer calls to process policy assertions.

public:
 property System::Collections::Generic::KeyedByTypeCollection<System::ServiceModel::Description::IPolicyImportExtension ^> ^ PolicyImportExtensions { System::Collections::Generic::KeyedByTypeCollection<System::ServiceModel::Description::IPolicyImportExtension ^> ^ get(); };
public System.Collections.Generic.KeyedByTypeCollection<System.ServiceModel.Description.IPolicyImportExtension> PolicyImportExtensions { get; }
member this.PolicyImportExtensions : System.Collections.Generic.KeyedByTypeCollection<System.ServiceModel.Description.IPolicyImportExtension>
Public ReadOnly Property PolicyImportExtensions As KeyedByTypeCollection(Of IPolicyImportExtension)

Property Value

A collection of policy importers that the MetadataImporter uses to process policy assertions.

Remarks

Use the PolicyImportExtensions property to add or remove policy importers that are invoked to process policy assertions in the metadata.

Applies to