FilterElementCollection::Item Property (Int32)
.NET Framework (current version)
Gets an element from the collection with a specified index.
Assembly: System.ServiceModel.Routing (in System.ServiceModel.Routing.dll)
public: property FilterElement^ default[ int index ] { FilterElement^ get(int index); void set(int index, FilterElement^ value); }
Parameters
- index
-
Type:
System::Int32
The index of the element to be retrieved from the collection.
Property Value
Type: System.ServiceModel.Routing.Configuration::FilterElement^The element in the collection that has the specified index.
.NET Framework
Available since 4.0
Available since 4.0
Show: