SPMobileBaseTextField.Text Property
Gets or sets the String in the TextBoxControl.
Namespace: Microsoft.SharePoint.MobileControls
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Overridable Property Text As String
Get
Set
'Usage
Dim instance As SPMobileBaseTextField
Dim value As String
value = instance.Text
instance.Text = value
public virtual string Text { get; set; }
Property Value
Type: System.String
A String that represents the value, in the UI, of the field being rendered.