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)
Visual Basic (Declaration)
Public Property IsVisible As Boolean
Dim instance As SPNavigationNode
Dim value As Boolean
value = instance.IsVisible
instance.IsVisible = value
public bool IsVisible { get; set; }
Property Value
Returns true if the navigation node is visible; otherwise returns false. The default is true.