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.

Namespace:   System.ServiceModel.Routing.Configuration
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);
}

Property Value

Type: System::String^

The filter1 value of this element.

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

.NET Framework
Available since 4.0
Return to top
Show: