ListTemplate.OnQuickLaunch property
Gets a value that specifies whether a list created from the list template appears on the Quick Launch of the site.
Namespace: Microsoft.SharePoint.Client
Assembly: Microsoft.SharePoint.Client (in Microsoft.SharePoint.Client.dll)
Syntax
'Declaration
Public ReadOnly Property OnQuickLaunch As Boolean
Get
'Usage
Dim instance As ListTemplate
Dim value As Boolean
value = instance.OnQuickLaunch
public bool OnQuickLaunch { get; }
Property value
Type: System.Boolean
true if the list is displayed on the Quick Launch bar; otherwise false.