ConsoleErrorDisplay.DisplayType property
Gets or sets the format in which this ConsoleErrorDisplay should be displayed.
Namespace: Microsoft.SharePoint.Publishing.WebControls
Assembly: Microsoft.SharePoint.Publishing (in Microsoft.SharePoint.Publishing.dll)
Syntax
'Declaration
Public Property DisplayType As ConsoleErrorDisplayType
Get
Set
'Usage
Dim instance As ConsoleErrorDisplay
Dim value As ConsoleErrorDisplayType
value = instance.DisplayType
instance.DisplayType = value
public ConsoleErrorDisplayType DisplayType { get; set; }
Property value
Type: Microsoft.SharePoint.Publishing.WebControls.ConsoleErrorDisplayType
A ConsoleErrorDisplayType that specifies the format in which the error should be displayed. This may be a message, an image, or a link to dismiss the message.