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

要存取之項目的索引鍵。

屬性值

符合指定索引鍵的篩選資料表項目。

適用於