Compartilhar via


CachedObjectSiteMapNode.IsVisible propriedade

Obtém um valor que indica se o CachedObjectSiteMapNode está visível.

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

Sintaxe

'Declaração
Public Overrides ReadOnly Property IsVisible As Boolean
    Get
'Uso
Dim instance As CachedObjectSiteMapNode
Dim value As Boolean

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

Valor de propriedade

Tipo: System.Boolean
True se o CachedObjectSiteMapNode estiver visível; Caso contrário, False.

Ver também

Referência

CachedObjectSiteMapNode classe

CachedObjectSiteMapNode membros

Microsoft.SharePoint.Publishing.Navigation namespace

IsVisible