IgnoreDeviceFilterElementCollection.Item Property (Int32)

.NET Framework (current version)
 

Gets the IgnoreDeviceFilterElement object from the collection at the specified index.

Namespace:   System.Web.Configuration
Assembly:  System.Web (in System.Web.dll)

public IgnoreDeviceFilterElement this[
	int index
] { get; set; }

Parameters

index
Type: System.Int32

The index of the filter object to get.

Property Value

Type: System.Web.Configuration.IgnoreDeviceFilterElement

The specified filter object.

.NET Framework
Available since 4.0
Return to top
Show: