DeviceElementCollection::Item Property (Int32)

 

Gets or sets the device element at the specified index location. 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:
property DeviceElement^ default[
	int index
] {
	DeviceElement^ get(int index);
	void set(int index, DeviceElement^ value);
}

Parameters

index
Type: System::Int32

The specified index location of the DeviceElement to return.

Property Value

Type: System.Web.UI.MobileControls::DeviceElement^

The DeviceElement at the specified index.

.NET Framework
Available since 2.0
Return to top
Show: