ConsoleNode.Visible Property
Specifies whether the ConsoleNode should be displayed to the user.
Namespace: Microsoft.SharePoint.Publishing.WebControls
Assembly: Microsoft.SharePoint.Publishing (in Microsoft.SharePoint.Publishing.dll)
Syntax
'Declaration
Public Overridable Property Visible As Boolean
Get
Set
'Usage
Dim instance As ConsoleNode
Dim value As Boolean
value = instance.Visible
instance.Visible = value
public virtual bool Visible { get; set; }
Property Value
Type: System.Boolean
A Boolean value representing whether this ConsoleNode should be visible to the current user.
Remarks
You should not set this property directly. Whether the node is visible is determined dynamically by the ConsoleDataSource object while it is evaluating the current context.
If the referenced ConsoleAction exists, its value always overrides anything set on the ConsoleNode object.