RoutingSection.Filters 属性
定义
获取包含 FilterElement 对象集合的配置元素。Gets the configuration element that contains a collection of FilterElement objects.
public:
property System::ServiceModel::Routing::Configuration::FilterElementCollection ^ Filters { System::ServiceModel::Routing::Configuration::FilterElementCollection ^ get(); };
[System.Configuration.ConfigurationProperty("filters", Options=System.Configuration.ConfigurationPropertyOptions.None)]
public System.ServiceModel.Routing.Configuration.FilterElementCollection Filters { get; }
[<System.Configuration.ConfigurationProperty("filters", Options=System.Configuration.ConfigurationPropertyOptions.None)>]
member this.Filters : System.ServiceModel.Routing.Configuration.FilterElementCollection
Public ReadOnly Property Filters As FilterElementCollection
属性值
一个集合,用于定义包含 FilterElement 集合的配置节。A collection that defines the configuration section that contains a collection of FilterElement.
- 属性