MetadataImporter::PolicyImportExtensions Property

 

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

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

public:
property KeyedByTypeCollection<IPolicyImportExtension^>^ PolicyImportExtensions {
	KeyedByTypeCollection<IPolicyImportExtension^>^ get();
}

Property Value

Type: System.Collections.Generic::KeyedByTypeCollection<IPolicyImportExtension^>^

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

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

.NET Framework
Available since 3.0
Return to top
Show: