SPMobileNoteField.Text Property
Gets or sets the value of the Text property of the child control that renders the field.
Namespace: Microsoft.SharePoint.MobileControls
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Overrides Property Text As String
Get
Set
'Usage
Dim instance As SPMobileNoteField
Dim value As String
value = instance.Text
instance.Text = value
public override string Text { get; set; }
Property Value
Type: System.String
A String that represents the value of the Text property of the child control that renders the field.