Share via


ToolPane.ErrorText Property

Gets or sets the text to display in the tool pane when an error occurs.

Namespace:  Microsoft.SharePoint.WebPartPages
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No

Syntax

'Declaration
Public Overrides Property ErrorText As String
    Get
    Set
'Usage
Dim instance As ToolPane
Dim value As String

value = instance.ErrorText

instance.ErrorText = value
public override string ErrorText { get; set; }

Property Value

Type: System.String
The error message to display in the tool pane.

See Also

Reference

ToolPane Class

ToolPane Members

Microsoft.SharePoint.WebPartPages Namespace