FilterTableCollection.Item[String] Vlastnost

Definice

Získá se FilterTableEntryCollection zadaným indexem.

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

Parametry

name
String

Klíč prvku, ke který se má přistupovat.

Hodnota vlastnosti

Položka tabulky filtru, která odpovídá zadanému klíči.

Platí pro