DeviceElementCollection.Item Property (String)

 

Returns the device element with the specified key. This API is obsolete. For information about how to develop ASP.NET mobile applications, see the www.asp.net/mobile Web site.

Namespace:   System.Web.UI.MobileControls
Assembly:  System.Web.Mobile (in System.Web.Mobile.dll)

public DeviceElement this[
	string name
] { get; }

Parameters

name
Type: System.String

The key of the DeviceElement to return.

Property Value

Type: System.Web.UI.MobileControls.DeviceElement

The DeviceElement with the specified key. If no object exists in the collection with the specified name, Item returns null.

.NET Framework
Available since 2.0
Return to top
Show: