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)

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.

See also

Reference

SPFieldMultiLineText class

SPFieldMultiLineText members

Microsoft.SharePoint namespace