Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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.