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

アクセスされる要素のキー。

プロパティ値

指定したキーに一致するフィルター テーブル エントリ。

適用対象