EntityEditor.DoEncodeErrorMessage property
Namespace: Microsoft.SharePoint.WebControls
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Property DoEncodeErrorMessage As Boolean
Get
Set
'Usage
Dim instance As EntityEditor
Dim value As Boolean
value = instance.DoEncodeErrorMessage
instance.DoEncodeErrorMessage = value
public bool DoEncodeErrorMessage { get; set; }
Property value
Type: System.Boolean