Edit

Share via


MobileListItem.Value Property

Definition

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 Mobile Apps & Sites with ASP.NET.

public:
 property System::String ^ Value { System::String ^ get(); void set(System::String ^ value); };
public string Value { get; set; }
member this.Value : string with get, set
Public Property Value As String

Property Value

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

Remarks

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

Applies to

See also