PortalWebSiteMapNode.IsVisible property

Gets a value that indicates whether this Web site map node is visible to the user.

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

Syntax

'Declaration
Public Overrides ReadOnly Property IsVisible As Boolean
    Get
'Usage
Dim instance As PortalWebSiteMapNode
Dim value As Boolean

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

Property value

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

See also

Reference

PortalWebSiteMapNode class

PortalWebSiteMapNode members

Microsoft.SharePoint.Publishing.Navigation namespace

PortalWebSiteMapNode