IgnoreDeviceFilterElementCollection.Item[] Property

Definition

Gets the specified IgnoreDeviceFilterElement object from the collection.

Overloads

Item[Int32]

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

Item[String]

Gets the specified IgnoreDeviceFilterElement object from the collection by using its name.

Item[Int32]

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

C#
public System.Web.Configuration.IgnoreDeviceFilterElement this[int index] { get; set; }

Parameters

index
Int32

The index of the filter object to get.

Property Value

The specified filter object.

Applies to

.NET Framework 4.8.1 and other versions
Product Versions
.NET Framework 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1

Item[String]

Gets the specified IgnoreDeviceFilterElement object from the collection by using its name.

C#
public System.Web.Configuration.IgnoreDeviceFilterElement this[string name] { get; }

Parameters

name
String

The name of the filter object to get.

Property Value

The specified filter object.

Applies to

.NET Framework 4.8.1 and other versions
Product Versions
.NET Framework 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1