FilterTableCollection.Item[String] Propriété

Définition

Obtient l'objet FilterTableEntryCollection avec l'index spécifié.

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

Paramètres

name
String

La clé de l'élément auquel accéder.

Valeur de propriété

Entrée de la table de filtres qui correspond à la clé spécifiée.

S’applique à