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