FieldMultiLineText.RestrictedMode Property
Gets or sets a value that specifies whether the field supports a subset of rich formatting.
Namespace: Microsoft.SharePoint.Client
Assemblies: Microsoft.SharePoint.Client.Silverlight (in Microsoft.SharePoint.Client.Silverlight.dll); Microsoft.SharePoint.Client (in Microsoft.SharePoint.Client.dll)
Syntax
'Declaration
<RemoteAttribute> _
Public Property RestrictedMode As Boolean
Get
Set
'Usage
Dim instance As FieldMultiLineText
Dim value As Boolean
value = instance.RestrictedMode
instance.RestrictedMode = value
[RemoteAttribute]
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.