SPList.OnQuickLaunch property

Gets or sets a Boolean value that specifies whether the list appears on the Quick Launch area of the home page.

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

Syntax

'Declaration
Public Property OnQuickLaunch As Boolean
    Get
    Set
'Usage
Dim instance As SPList
Dim value As Boolean

value = instance.OnQuickLaunch

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

Property value

Type: System.Boolean
true if the list appears on the Quick Launch area of the homepage; otherwise, false.

See also

Reference

SPList class

SPList members

Microsoft.SharePoint namespace