Partager via


PageLevelError.ErrorText, propriété (Microsoft.SharePoint.Portal.WebControls)

Ce membre est réservé à un usage interne et il n'a pas été conçu pour être utilisé directement à partir du code.Gets or sets the text that is sent to the Web browser for display.

Espace de noms : Microsoft.SharePoint.Portal.WebControls
Assembly : Microsoft.SharePoint.Portal (dans microsoft.sharepoint.portal.dll)

Syntaxe

'Déclaration
Public Property ErrorText As String
'Utilisation
Dim instance As PageLevelError
Dim value As String

value = instance.ErrorText

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

Valeur de la propriété

A string that represents the text that is sent to the Web browser for display.

Remarques

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

Voir aussi

Référence

PageLevelError, classe
Membres PageLevelError
Microsoft.SharePoint.Portal.WebControls, espace de noms