PortalSiteMapNode.IsVisible property

Gets whether this PortalSiteMapNode object should be displayed in navigation.

Namespace:  Microsoft.SharePoint.Publishing.Navigation
Assembly:  Microsoft.SharePoint.Publishing (in Microsoft.SharePoint.Publishing.dll)

Syntax

'Declaration
Public Overridable ReadOnly Property IsVisible As Boolean
    Get
'Usage
Dim instance As PortalSiteMapNode
Dim value As Boolean

value = instance.IsVisible
public virtual bool IsVisible { get; }

Property value

Type: System.Boolean
true if the PortalSiteMapNode is visible; otherwise, false.

See also

Reference

PortalSiteMapNode class

PortalSiteMapNode members

Microsoft.SharePoint.Publishing.Navigation namespace