DeviceFilterElementCollection::Item Property
Gets or sets an item in the collection. This API is obsolete. For information about how to develop ASP.NET mobile applications, see the www.asp.net/mobile Web site.
Assembly: System.Web.Mobile (in System.Web.Mobile.dll)
| Name | Description | |
|---|---|---|
![]() | Item[ConfigurationProperty^] | Gets or sets a property or attribute of this configuration element.(Inherited from ConfigurationElement.) |
![]() | Item[Int32] | Gets or sets the item at the specified index. This API is obsolete. For information about how to develop ASP.NET mobile applications, see the www.asp.net/mobile Web site. |
![]() | Item[String^] | Gets the specified item from the collection. This API is obsolete. For information about how to develop ASP.NET mobile applications, see the www.asp.net/mobile Web site. |
This property takes either a 32-bit signed integer or a string as an argument. When specifying the item by string, only the get accessor is available. However, when specifying the item by integer, both the get and set accessors are available.

