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.

public:
 property System::Web::Configuration::IgnoreDeviceFilterElement ^ default[int] { System::Web::Configuration::IgnoreDeviceFilterElement ^ get(int index); void set(int index, System::Web::Configuration::IgnoreDeviceFilterElement ^ value); };
public System.Web.Configuration.IgnoreDeviceFilterElement this[int index] { get; set; }
member this.Item(int) : System.Web.Configuration.IgnoreDeviceFilterElement with get, set
Default Public Property Item(index As Integer) As IgnoreDeviceFilterElement

Parameters

index
Int32

The index of the filter object to get.

Property Value

The specified filter object.

Applies to

Item[String]

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

public:
 property System::Web::Configuration::IgnoreDeviceFilterElement ^ default[System::String ^] { System::Web::Configuration::IgnoreDeviceFilterElement ^ get(System::String ^ name); };
public System.Web.Configuration.IgnoreDeviceFilterElement this[string name] { get; }
member this.Item(string) : System.Web.Configuration.IgnoreDeviceFilterElement
Default Public ReadOnly Property Item(name As String) As IgnoreDeviceFilterElement

Parameters

name
String

The name of the filter object to get.

Property Value

The specified filter object.

Applies to