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

속성 값

FilterType

이 요소의 필터 형식입니다.

특성

적용 대상