FilterTableCollection.Item[String] Propriedade
Definição
Obtém o FilterTableEntryCollection com o índice especificado.Gets the FilterTableEntryCollection with the specified index.
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
A chave do elemento a ser acessado.The key of the element to be accessed.
Valor da propriedade
Uma entrada de tabela de filtro que corresponde à chave especificada.A filter table entry that matches the specified key.