ConsoleVisibilityContainer.VisibleByDefault property

Gets or sets the Boolean value of whether to show this control in the absence of a user preference.

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

Syntax

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

value = instance.VisibleByDefault

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

Property value

Type: System.Boolean
true to show the controls in the absence of user preference; otherwise, false.

See also

Reference

ConsoleVisibilityContainer class

ConsoleVisibilityContainer members

Microsoft.SharePoint.Publishing.WebControls namespace