SPList.OnQuickLaunch - Propriété
Gets or sets a Boolean value that specifies whether the list appears on the Quick Launch area of the home page.
Espace de noms : Microsoft.SharePoint
Assembly : Microsoft.SharePoint (dans Microsoft.SharePoint.dll)
Syntaxe
'Déclaration
Public Property OnQuickLaunch As Boolean
Get
Set
'Utilisation
Dim instance As SPList
Dim value As Boolean
value = instance.OnQuickLaunch
instance.OnQuickLaunch = value
public bool OnQuickLaunch { get; set; }
Valeur de propriété
Type : System.Boolean
true if the list appears on the Quick Launch area of the homepage; otherwise, false.