: PageLevelError.ErrorText (Propiedad) (Microsoft.SharePoint.Portal.WebControls)
Este miembro está reservado para uso interno y no está destinado a ser utilizado desde el código.Gets or sets the text that is sent to the Web browser for display.
Espacio de nombres:
Ensamblado: Microsoft.SharePoint.Portal (in microsoft.sharepoint.portal.dll)
Sintaxis
'Declaración
Public Property ErrorText As String
'Uso
Dim instance As PageLevelError
Dim value As String
value = instance.ErrorText
instance.ErrorText = value
public string ErrorText { get; set; }
Valor de propiedad
A string that represents the text that is sent to the Web browser for display.
Comentarios
Microsoft Office SharePoint Portal Server provides formatting and encoding for the text, and guards against script injection.
Vea también
Referencia
PageLevelError (Clase)
PageLevelError (Miembros)
Microsoft.SharePoint.Portal.WebControls (Espacio de nombres)