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)
Available in Sandboxed Solutions: Yes
Available in SharePoint Online

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