ToolPane.EncodeErrorText Property
Namespace: Microsoft.SharePoint.WebPartPages
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No
Syntax
'Declaration
Public Property EncodeErrorText As Boolean
Get
Set
'Usage
Dim instance As ToolPane
Dim value As Boolean
value = instance.EncodeErrorText
instance.EncodeErrorText = value
public bool EncodeErrorText { get; set; }
Property Value
Type: System.Boolean