MetadataElement.PolicyImporters Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
التعاون معنا على GitHub
يمكن العثور على مصدر هذا المحتوى على GitHub حيث يمكنك أيضاً إضافة مشاكل وطلبات سحب ومراجعتها. للحصول على معلومات إضافية، اطلع على دليل المساهم لدينا.