FilterTableCollection.Item[String] Свойство

Определение

Получение FilterTableEntryCollection с заданным индексом.

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

Параметры

name
String

Ключ элемента, к которому осуществляется доступ.

Значение свойства

Запись в таблице фильтров, соответствующая указанному ключу.

Применяется к