Share via


RoutingExtensionElement.FilterTableName プロパティ

定義

このルーティング サービスでメッセージのルーティングに使用するフィルター テーブルの名前を取得または設定します。

public:
 property System::String ^ FilterTableName { System::String ^ get(); void set(System::String ^ value); };
[System.Configuration.ConfigurationProperty("filterTableName", DefaultValue=null)]
public string FilterTableName { get; set; }
[<System.Configuration.ConfigurationProperty("filterTableName", DefaultValue=null)>]
member this.FilterTableName : string with get, set
Public Property FilterTableName As String

プロパティ値

フィルター テーブルの名前。

属性

適用対象