MobileControlsSection.Devices Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the collection of device elements that programmatically represent the device elements of a configuration file. This API is obsolete. For information about how to develop ASP.NET mobile applications, see Mobile Apps & Sites with ASP.NET.
public:
property System::Web::UI::MobileControls::DeviceElementCollection ^ Devices { System::Web::UI::MobileControls::DeviceElementCollection ^ get(); };
[System.Configuration.ConfigurationProperty("", IsDefaultCollection=true)]
public System.Web.UI.MobileControls.DeviceElementCollection Devices { get; }
[<System.Configuration.ConfigurationProperty("", IsDefaultCollection=true)>]
member this.Devices : System.Web.UI.MobileControls.DeviceElementCollection
Public ReadOnly Property Devices As DeviceElementCollection
Property Value
The DeviceElementCollection that contains the DeviceElement objects that programmatically represent the device elements of the configuration file.
- Attributes