Share via


CachedObjectSiteMapNode.IsVisible Property

Gets a value that indicates if the CachedObjectSiteMapNode is visible.

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 CachedObjectSiteMapNode
Dim value As Boolean

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

Property Value

Type: System.Boolean
True if the CachedObjectSiteMapNode is visible; otherwise, False.

See Also

Reference

CachedObjectSiteMapNode Class

CachedObjectSiteMapNode Members

Microsoft.SharePoint.Publishing.Navigation Namespace

IsVisible