共用方式為


SPWeb.QuickLaunchEnabled property

取得或設定布林值,指定是否要在網站上啟用 [快速啟動] 區域。

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

Syntax

'宣告
Public Property QuickLaunchEnabled As Boolean
    Get
    Set
'用途
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否則, false。

請參閱

參照

SPWeb class

SPWeb members

Microsoft.SharePoint namespace