FilterElement.FilterType Property

Definition

Gets or sets the FilterType of this configuration element.

public:
 property System::ServiceModel::Routing::Configuration::FilterType FilterType { System::ServiceModel::Routing::Configuration::FilterType get(); void set(System::ServiceModel::Routing::Configuration::FilterType value); };
[System.Configuration.ConfigurationProperty("filterType", DefaultValue=null, Options=System.Configuration.ConfigurationPropertyOptions.IsRequired)]
public System.ServiceModel.Routing.Configuration.FilterType FilterType { get; set; }
[<System.Configuration.ConfigurationProperty("filterType", DefaultValue=null, Options=System.Configuration.ConfigurationPropertyOptions.IsRequired)>]
member this.FilterType : System.ServiceModel.Routing.Configuration.FilterType with get, set
Public Property FilterType As FilterType

Property Value

The filter type of this element.

Attributes

Applies to