DeviceSpecificChoice.SetAttribute Method (String, String)

 

Assigns the given value to the attribute specified by the 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)

Protected Sub SetAttribute (
	key As String,
	value As String
)

Parameters

key
Type: System.String

The name of the attribute to set.

value
Type: System.String

The value that is assigned to the attribute.

.NET Framework
Available since 2.0

DeviceSpecificChoice Class
System.Web.UI.MobileControls Namespace
Introduction to the DeviceSpecific Control
<Choice> Element
<DeviceSpecific> Element

Return to top
Show: