SPWeb.QuickLaunchEnabled property
Obtém ou define um valor booleano que especifica se a área Inicialização rápida está habilitada no site.
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaração
Public Property QuickLaunchEnabled As Boolean
Get
Set
'Uso
Dim instance As SPWeb
Dim value As Boolean
value = instance.QuickLaunchEnabled
instance.QuickLaunchEnabled = value
public bool QuickLaunchEnabled { get; set; }
Property value
Type: System.Boolean
true para ativar a área Inicialização rápida no site; Caso contrário, false.