Compartilhar via


Web.QuickLaunchEnabled propriedade

Obtém ou define um valor que especifica se a área de Inicialização Rápida está habilitada no site.

Namespace:  Microsoft.SharePoint.Client
Assemblies:   Microsoft.SharePoint.Client.Silverlight (em Microsoft.SharePoint.Client.Silverlight.dll);  Microsoft.SharePoint.Client.Phone (em Microsoft.SharePoint.Client.Phone.dll)  Microsoft.SharePoint.Client (em Microsoft.SharePoint.Client.dll)

Sintaxe

'Declaração
Public Property QuickLaunchEnabled As Boolean
    Get
    Set
'Uso
Dim instance As Web
Dim value As Boolean

value = instance.QuickLaunchEnabled

instance.QuickLaunchEnabled = value
public bool QuickLaunchEnabled { get; set; }

Valor de propriedade

Tipo: System.Boolean
true se a área de início rápido estiver habilitada no site; Caso contrário, false

Ver também

Referência

Web classe

Web membros

Microsoft.SharePoint.Client namespace