FieldMultiLineText.RichText property
Gets or sets a value that specifies whether the field supports rich formatting.
Namespace: Microsoft.SharePoint.Client
Assembly: Microsoft.SharePoint.Client (in Microsoft.SharePoint.Client.dll)
Syntax
'Declaration
Public Property RichText As Boolean
Get
Set
'Usage
Dim instance As FieldMultiLineText
Dim value As Boolean
value = instance.RichText
instance.RichText = value
public bool RichText { get; set; }
Property value
Type: System.Boolean
Returns Booleantrue if the field supports rich formatting otherwise returns false. The default value is