: TextEditor.ErrorMessage (Propiedad) (Microsoft.SharePoint.Portal.WebControls)
Gets or sets the error message that appears above the text editor window.
Espacio de nombres:
Ensamblado: Microsoft.SharePoint.Portal (in microsoft.sharepoint.portal.dll)
Sintaxis
'Declaración
Public Property ErrorMessage As String
'Uso
Dim instance As TextEditor
Dim value As String
value = instance.ErrorMessage
instance.ErrorMessage = value
public string ErrorMessage { get; set; }
Valor de propiedad
A string that represents the error message that appears above the text editor window.
Vea también
Referencia
TextEditor (Clase)
TextEditor (Miembros)
Microsoft.SharePoint.Portal.WebControls (Espacio de nombres)