SPNavigationNode.IsVisible Property
Gets or sets a Boolean value that specifies whether the navigation node is visible.
Namespace: Microsoft.SharePoint.Navigation
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
Public Property IsVisible As Boolean
Get
Set
Dim instance As SPNavigationNode
Dim value As Boolean
value = instance.IsVisible
instance.IsVisible = value
public bool IsVisible { get; set; }
Property Value
Type: System.Boolean
Returns true if the navigation node is visible; otherwise returns false. The default is true.