FilterElement::FilterType Property

.NET Framework (current version)
 

Gets or sets the FilterType of this configuration element.

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

public:
[ConfigurationPropertyAttribute("filterType", DefaultValue = null, 
	Options = ConfigurationPropertyOptions::IsRequired)]
property FilterType FilterType {
	FilterType get();
	void set(FilterType value);
}

Property Value

Type: System.ServiceModel.Routing.Configuration::FilterType

The filter type of this element.

.NET Framework
Available since 4.0
Return to top
Show: