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

要访问的元素的键。

属性值

与指定键匹配的筛选器表项。

适用于