ConsoleVisibilityContainer.ShowOnError property

Gets or sets whether to show this container when an error occurs in an editing or authoring operation.

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

Syntax

'Declaration
Public Property ShowOnError As Boolean
    Get
    Set
'Usage
Dim instance As ConsoleVisibilityContainer
Dim value As Boolean

value = instance.ShowOnError

instance.ShowOnError = value
public bool ShowOnError { get; set; }

Property value

Type: System.Boolean

Remarks

When set to true, this container is shown if an error occurs in an editing or authoring operation.

See also

Reference

ConsoleVisibilityContainer class

ConsoleVisibilityContainer members

Microsoft.SharePoint.Publishing.WebControls namespace