FilterElement.FilterType Свойство

Определение

Возвращает или задает тип FilterType этого элемента конфигурации.

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

Значение свойства

Тип фильтра для этого элемента.

Атрибуты

Применяется к