Share via


ListCreationInformation.QuickLaunchOption property

Gets or sets a value that specifies whether the new list is displayed on the Quick Launch of the site.

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

Syntax

'Declaration
Public Property QuickLaunchOption As QuickLaunchOptions
    Get
    Set
'Usage
Dim instance As ListCreationInformation
Dim value As QuickLaunchOptions

value = instance.QuickLaunchOption

instance.QuickLaunchOption = value
public QuickLaunchOptions QuickLaunchOption { get; set; }

Property value

Type: Microsoft.SharePoint.Client.QuickLaunchOptions
Returns a QuickLaunchOptions.instance representing whether the new list is displayed on the Quick Launch of the site.

See also

Reference

ListCreationInformation class

ListCreationInformation members

Microsoft.SharePoint.Client namespace