SPMobileBaseTextField.Text Property

Gets or sets the String in the TextBoxControl.

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

Syntax

Public Overridable Property Text As String
    Get
    Set

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.

See Also

Reference

SPMobileBaseTextField Class

SPMobileBaseTextField Members

Microsoft.SharePoint.MobileControls Namespace