FilterElement::Filter1 Property
.NET Framework (current version)
Gets or sets the filter1 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("filter1", DefaultValue = null, Options = ConfigurationPropertyOptions::None)] property String^ Filter1 { String^ get(); void set(String^ value); }
The content of Filter1 is only used during evaluation of the AND filter. For more information, seeFilterData.
.NET Framework
Available since 4.0
Available since 4.0
Show: