SPMobileNoteField.Value Property
Gets the value of the field in the UI.
Namespace: Microsoft.SharePoint.MobileControls
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Overrides ReadOnly Property Value As Object
Get
'Usage
Dim instance As SPMobileNoteField
Dim value As Object
value = instance.Value
public override Object Value { get; }
Property Value
Type: System.Object
A Object (specifically, a String) that represents the value of the field in the UI. If the user has changed the value and not saved the change, this is not the same as the current value of the SPFieldMultiLineText that is being rendered.