Share via


PageLevelError.ErrorText Property

This member is reserved for internal use and is not intended to be used directly from your code.Gets or sets the text that is sent to the Web browser for display.

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

Syntax

'Declaration
Public Property ErrorText As String
    Get
    Set
'Usage
Dim instance As PageLevelError
Dim value As String

value = instance.ErrorText

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

Property Value

Type: System.String
A string that represents the text that is sent to the Web browser for display.

Remarks

Microsoft Office SharePoint Portal Server provides formatting and encoding for the text, and guards against script injection.

See Also

Reference

PageLevelError Class

PageLevelError Members

Microsoft.SharePoint.Portal.WebControls Namespace