TextEditor.ErrorMessage Property
NOTE: This API is now obsolete.
Gets or sets the error message that appears above the text editor window.
Namespace: Microsoft.SharePoint.Portal.WebControls
Assembly: Microsoft.SharePoint.Portal (in Microsoft.SharePoint.Portal.dll)
Syntax
'Declaration
<ObsoleteAttribute("This class is obsolete.")> _
Public Property ErrorMessage As String
Get
Set
'Usage
Dim instance As TextEditor
Dim value As String
value = instance.ErrorMessage
instance.ErrorMessage = value
[ObsoleteAttribute("This class is obsolete.")]
public string ErrorMessage { get; set; }
Property Value
Type: System.String
A string that represents the error message that appears above the text editor window.