ScriptWebPart.ShowDataErrors property

Namespace:  Microsoft.Office.Server.Search.WebControls
Assembly:  Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)

Syntax

'Declaration
Public Property ShowDataErrors As Boolean
    Get
    Set
'Usage
Dim instance As ScriptWebPart
Dim value As Boolean

value = instance.ShowDataErrors

instance.ShowDataErrors = value
public bool ShowDataErrors { get; set; }

Property value

Type: System.Boolean

See also

Reference

ScriptWebPart class

ScriptWebPart members

Microsoft.Office.Server.Search.WebControls namespace