ToolPane.ErrorText property
Obtém ou define o texto a ser exibido no painel de ferramentas quando ocorre um erro.
Namespace: Microsoft.SharePoint.WebPartPages
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaração
Public Overrides Property ErrorText As String
Get
Set
'Uso
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
A mensagem de erro para exibir no painel de ferramentas.