Compartir a través de


: PageLevelError.EncodedErrorText (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 encoded 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 EncodedErrorText As String
'Uso
Dim instance As PageLevelError
Dim value As String

value = instance.EncodedErrorText

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

Valor de propiedad

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

Vea también

Referencia

PageLevelError (Clase)
PageLevelError (Miembros)
Microsoft.SharePoint.Portal.WebControls (Espacio de nombres)