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
Assemblies:   Microsoft.SharePoint.Client.Silverlight (in Microsoft.SharePoint.Client.Silverlight.dll);  Microsoft.SharePoint.Client (in Microsoft.SharePoint.Client.dll)

Syntax

'Declaration
<RemoteAttribute> _
Public Property QuickLaunchOption As QuickLaunchOptions
    Get
    Set
'Usage
Dim instance As ListCreationInformation
Dim value As QuickLaunchOptions

value = instance.QuickLaunchOption

instance.QuickLaunchOption = value
[RemoteAttribute]
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