共用方式為


List.OnQuickLaunch 屬性

取得或設定值,指出清單是否出現在網站的快速啟動。

命名空間:  Microsoft.SharePoint.Client
組件:   Microsoft.SharePoint.Client.Silverlight (在 Microsoft.SharePoint.Client.Silverlight.dll 中);  Microsoft.SharePoint.Client.Phone (在 Microsoft.SharePoint.Client.Phone.dll 中)  Microsoft.SharePoint.Client (在 Microsoft.SharePoint.Client.dll 中)

語法

'宣告
Public Property OnQuickLaunch As Boolean
    Get
    Set
'用途
Dim instance As List
Dim value As Boolean

value = instance.OnQuickLaunch

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

屬性值

類型:System.Boolean
傳回Booleantrue如果清單會顯示在網站的 [快速啟動] 上否則傳回false。預設值是

例外狀況

例外狀況 條件
[System.UnauthorizedAccessException]

目前的使用者會有足夠的權限。錯誤碼 ︰-2147024891。

備註

如果true設定值,伺服器必須設false的清單] 的 [隱藏] 屬性。

請參閱

參照

List 類別

List 成員

Microsoft.SharePoint.Client 命名空間