PageError.EncodedErrorText Property

Gets or sets the encoded error or warning text.

Namespace:  Microsoft.Office.Server.WebControls
Assembly:  Microsoft.Office.Server (in Microsoft.Office.Server.dll)

Syntax

'Declaration
Public Property EncodedErrorText As String
    Get
    Set
'Usage
Dim instance As PageError
Dim value As String

value = instance.EncodedErrorText

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

Property Value

Type: System.String
The String object that represents the HTML encoded error or warning text.

See Also

Reference

PageError Class

PageError Members

Microsoft.Office.Server.WebControls Namespace