RoutingExtensionElement.FilterTableName Property

Definition

Gets or sets the name of the filter table used by this routing service for routing messages.

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

Property Value

The name of the filter table.

Attributes

Applies to