IgnoreDeviceFilterElementCollection.Item Property (String)

.NET Framework (current version)
 

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

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

public IgnoreDeviceFilterElement this[
	string name
] { get; }

Parameters

name
Type: System.String

The name 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: