Compartir a través de


FilterTableCollection.Item[String] Propiedad

Definición

Obtiene la clase FilterTableEntryCollection con el índice especificado.

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

Parámetros

name
String

La clave del elemento al que se tendrá acceso.

Valor de propiedad

FilterTableEntryCollection

Entrada de tabla de filtros que coincide con la clave especificada.

Se aplica a