DeviceElementCollection::Item Property (String^)
.NET Framework (current version)
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.
Assembly: System.Web.Mobile (in System.Web.Mobile.dll)
public: property DeviceElement^ default[ String^ name ] { DeviceElement^ get(String^ name); }
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
Available since 2.0
Show: