Gets or sets a
Boolean value that specifies whether the list appears on the Quick Launch of the home page.
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in microsoft.sharepoint.dll)
Visual Basic (Declaration)
Public Property OnQuickLaunch As Boolean
Dim instance As SPList
Dim value As Boolean
value = instance.OnQuickLaunch
instance.OnQuickLaunch = value
public bool OnQuickLaunch { get; set; }
Property Value
true if the list appears on the Quick Launch area of the homepage; otherwise, false.