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