Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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.