ListCreationInformation.QuickLaunchOption - Propriété
Gets or sets a value that specifies whether the new list is displayed on the Quick Launch of the site.
Espace de noms : Microsoft.SharePoint.Client
Assemblys : Microsoft.SharePoint.Client.Silverlight (dans Microsoft.SharePoint.Client.Silverlight.dll); Microsoft.SharePoint.Client.Phone (dans Microsoft.SharePoint.Client.Phone.dll) Microsoft.SharePoint.Client (dans Microsoft.SharePoint.Client.dll)
Syntaxe
'Déclaration
Public Property QuickLaunchOption As QuickLaunchOptions
Get
Set
'Utilisation
Dim instance As ListCreationInformation
Dim value As QuickLaunchOptions
value = instance.QuickLaunchOption
instance.QuickLaunchOption = value
public QuickLaunchOptions QuickLaunchOption { get; set; }
Valeur de propriété
Type : Microsoft.SharePoint.Client.QuickLaunchOptions
Returns a QuickLaunchOptions.instance representing whether the new list is displayed on the Quick Launch of the site.
Voir aussi
Référence
ListCreationInformation classe