共用方式為


MessageFilterException.Filters 屬性

定義

取得超出節點配額之 MessageFilter 的集合。

public:
 property System::Collections::ObjectModel::Collection<System::ServiceModel::Dispatcher::MessageFilter ^> ^ Filters { System::Collections::ObjectModel::Collection<System::ServiceModel::Dispatcher::MessageFilter ^> ^ get(); };
public System.Collections.ObjectModel.Collection<System.ServiceModel.Dispatcher.MessageFilter> Filters { get; }
member this.Filters : System.Collections.ObjectModel.Collection<System.ServiceModel.Dispatcher.MessageFilter>
Public ReadOnly Property Filters As Collection(Of MessageFilter)

屬性值

超出節點配額之 MessageFilter 的集合。

適用於