Compartilhar via


TextEditor.ErrorMessage property

Obtém ou define a mensagem de erro que aparece acima da janela do editor de texto.

Namespace:  Microsoft.SharePoint.Portal.WebControls
Assembly:  Microsoft.SharePoint.Portal (in Microsoft.SharePoint.Portal.dll)

Syntax

'Declaração
Public Property ErrorMessage As String
    Get
    Set
'Uso
Dim instance As TextEditor
Dim value As String

value = instance.ErrorMessage

instance.ErrorMessage = value
public string ErrorMessage { get; set; }

Property value

Type: System.String

Ver também

Referência

TextEditor class

TextEditor members

Microsoft.SharePoint.Portal.WebControls namespace