FilterTableCollection.Item[String] Eigenschap

Definitie

Hiermee haalt u de FilterTableEntryCollection opgegeven index op.

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

Parameters

name
String

De sleutel van het element dat moet worden geopend.

Waarde van eigenschap

Een filtertabelvermelding die overeenkomt met de opgegeven sleutel.

Van toepassing op