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