Share via


ConsoleErrorDisplay.MessageImageUrl property

Image to be shown if the display format is Image and the current display is an informational message.

Namespace:  Microsoft.SharePoint.Publishing.WebControls
Assembly:  Microsoft.SharePoint.Publishing (in Microsoft.SharePoint.Publishing.dll)

Syntax

'Declaration
Public Property MessageImageUrl As String
    Get
    Set
'Usage
Dim instance As ConsoleErrorDisplay
Dim value As String

value = instance.MessageImageUrl

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

Property value

Type: System.String
A string that represents the URL of the image to be shown on the page in this control.

See also

Reference

ConsoleErrorDisplay class

ConsoleErrorDisplay members

Microsoft.SharePoint.Publishing.WebControls namespace