MobileListItem::Value Property

 

Gets or sets the value contained in the list item. 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 String^ Value {
	String^ get();
	void set(String^ value);
}

Property Value

Type: System::String^

The value contained in the list item. The default is null.

If this property is null, a call to retrieve the value returns the value of the Text property.

.NET Framework
Available since 1.1

List
MobileListItem Class
System.Web.UI.MobileControls Namespace
Introduction to the List Control
Introduction to the SelectionList Control

Return to top
Show: