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

'Declaration
Public Property IsVisible As Boolean
    Get
    Set
'Usage
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.

See also

Reference

SPNavigationNode class

SPNavigationNode members

Microsoft.SharePoint.Navigation namespace