SPMobileFileField.Text Property

Gets or sets the text of the field.

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

Syntax

Public Property Text As String
    Get
    Set

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.

See Also

Reference

SPMobileFileField Class

SPMobileFileField Members

Microsoft.SharePoint.MobileControls Namespace