Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets or sets an image to be shown if the display format is Image and the current display is an error.
Namespace: Microsoft.SharePoint.Publishing.WebControls
Assembly: Microsoft.SharePoint.Publishing (in Microsoft.SharePoint.Publishing.dll)
Syntax
'Declaration
Public Property ErrorImageUrl As String
Get
Set
'Usage
Dim instance As ConsoleErrorDisplay
Dim value As String
value = instance.ErrorImageUrl
instance.ErrorImageUrl = value
public string ErrorImageUrl { 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.