다음을 통해 공유


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

속성 값

필터 테이블의 이름입니다.

특성

적용 대상