PageError.ErrorText Property

Gets or sets the error collection string.

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

Syntax

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

value = instance.ErrorText

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

Property Value

Type: System.String
The String object that represents the error collection string. Setting this property also sets the encoded error text to include the new error text.

See Also

Reference

PageError Class

PageError Members

Microsoft.Office.Server.WebControls Namespace