FilterElement::Filter2 Property

.NET Framework (current version)
 

Gets or sets the filter2 data of this configuration element. This value is only used when FilterType is set to AND.

Namespace:   System.ServiceModel.Routing.Configuration
Assembly:  System.ServiceModel.Routing (in System.ServiceModel.Routing.dll)

public:
[ConfigurationPropertyAttribute("filter2", DefaultValue = null, 
	Options = ConfigurationPropertyOptions::None)]
property String^ Filter2 {
	String^ get();
	void set(String^ value);
}

Property Value

Type: System::String^

The filter2 value of this element.

The content of Filter2 is only used during evaluation of the AND filters. For more information, seeFilterData.

.NET Framework
Available since 4.0
Return to top
Show: