FilterTableCollection::Item Property (String^)
.NET Framework (current version)
Gets the FilterTableEntryCollection with the specified index.
Assembly: System.ServiceModel.Routing (in System.ServiceModel.Routing.dll)
public: property FilterTableEntryCollection^ default[ String^ name ] { FilterTableEntryCollection^ get(String^ name); }
Parameters
- name
-
Type:
System::String^
The key of the element to be accessed.
Property Value
Type: System.ServiceModel.Routing.Configuration::FilterTableEntryCollection^A filter table entry that matches the specified key.
.NET Framework
Available since 4.0
Available since 4.0
Show: