SPMobileNoteField.PlainText Property

Returns the value, of the SPFieldMultiLineText object that represents the field that is being rendered, as plain text with blank lines removed.

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

Syntax

'Declaration
Public ReadOnly Property PlainText As String
    Get
'Usage
Dim instance As SPMobileNoteField
Dim value As String

value = instance.PlainText
public string PlainText { get; }

Property Value

Type: System.String
A String that represents the value of the field with blank lines removed.

See Also

Reference

SPMobileNoteField Class

SPMobileNoteField Members

Microsoft.SharePoint.MobileControls Namespace