Share via


FilterTableCollection.Item[String] 속성

정의

지정된 인덱스에 있는 FilterTableEntryCollection을 가져옵니다.

public:
 property System::ServiceModel::Routing::Configuration::FilterTableEntryCollection ^ default[System::String ^] { System::ServiceModel::Routing::Configuration::FilterTableEntryCollection ^ get(System::String ^ name); };
public System.ServiceModel.Routing.Configuration.FilterTableEntryCollection this[string name] { get; }
member this.Item(string) : System.ServiceModel.Routing.Configuration.FilterTableEntryCollection
Default Public ReadOnly Property Item(name As String) As FilterTableEntryCollection

매개 변수

name
String

액세스할 요소의 키입니다.

속성 값

지정된 키와 일치하는 필터 테이블 항목입니다.

적용 대상