SPFieldMultiLineText.IsolateStyles Property
Gets or sets a value that indicates whether the multiline text field styles are isolated.
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: Yes
Available in SharePoint Online
Syntax
'Declaration
Public Property IsolateStyles As Boolean
Get
Set
'Usage
Dim instance As SPFieldMultiLineText
Dim value As Boolean
value = instance.IsolateStyles
instance.IsolateStyles = value
public bool IsolateStyles { get; set; }
Property Value
Type: System.Boolean
true if the multiline text field styles are isolated; otherwise, false.
Remarks
When the styles are isolated, the HTML of the field is rendered so that it does not interfere with the rendering of the surrounding page.