SPMobileBaseTextField.Value Property

Gets or sets the value of the field in the UI.

Namespace:  Microsoft.SharePoint.MobileControls
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

Public Overrides Property Value As Object
    Get
    Set

Dim instance As SPMobileBaseTextField
Dim value As Object

value = instance.Value

instance.Value = value
public override Object Value { get; set; }

Property Value

Type: System.Object
A Object (castable to a String) that represents the value of the field in the UI.

Remarks

If the user has changed the value and not saved, the value of Value is not the same as the current value of the SPField object that is being rendered or the value of the field in the content database.

See Also

Reference

SPMobileBaseTextField Class

SPMobileBaseTextField Members

Microsoft.SharePoint.MobileControls Namespace