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.
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); }
The content of Filter2 is only used during evaluation of the AND filters. For more information, seeFilterData.
.NET Framework
Available since 4.0
Available since 4.0
Show: