SPMobileNoteField.MultiText Property
Gets a value that indicates whether the markup language that the mobile device uses can support multiple lines of text in a field; that is, HTML, XHTML, or CHTML.
Namespace: Microsoft.SharePoint.MobileControls
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public ReadOnly Property MultiText As Boolean
Get
'Usage
Dim instance As SPMobileNoteField
Dim value As Boolean
value = instance.MultiText
public bool MultiText { get; }
Property Value
Type: System.Boolean
true if the device uses HTML, XHTML, or CHTML; otherwise, false.