XPathMessageFilterElement.Filter 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 or sets the XPath filter defined.
public:
 property System::ServiceModel::Dispatcher::XPathMessageFilter ^ Filter { System::ServiceModel::Dispatcher::XPathMessageFilter ^ get(); void set(System::ServiceModel::Dispatcher::XPathMessageFilter ^ value); };
	[System.Configuration.ConfigurationProperty("filter", DefaultValue=null, Options=System.Configuration.ConfigurationPropertyOptions.IsKey | System.Configuration.ConfigurationPropertyOptions.IsRequired)]
public System.ServiceModel.Dispatcher.XPathMessageFilter Filter { get; set; }
	[<System.Configuration.ConfigurationProperty("filter", DefaultValue=null, Options=System.Configuration.ConfigurationPropertyOptions.IsKey | System.Configuration.ConfigurationPropertyOptions.IsRequired)>]
member this.Filter : System.ServiceModel.Dispatcher.XPathMessageFilter with get, set
	Public Property Filter As XPathMessageFilter
	Property Value
The XPath filter defined.
- Attributes