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
Assemblies: Microsoft.SharePoint.Client.Silverlight (in Microsoft.SharePoint.Client.Silverlight.dll); Microsoft.SharePoint.Client (in Microsoft.SharePoint.Client.dll)
Syntax
'Declaration
<RemoteAttribute> _
Public ReadOnly Property OnQuickLaunch As Boolean
Get
'Usage
Dim instance As ListTemplate
Dim value As Boolean
value = instance.OnQuickLaunch
[RemoteAttribute]
public bool OnQuickLaunch { get; }
Property Value
Type: System.Boolean
true if the list is displayed on the Quick Launch bar; otherwise false.