ListCreationInformation.QuickLaunchOption propriedade
Obtém ou define um valor que especifica se a nova lista é exibida no menu de Início Rápido.
Namespace: Microsoft.SharePoint.Client
Assemblies: Microsoft.SharePoint.Client.Silverlight (em Microsoft.SharePoint.Client.Silverlight.dll); Microsoft.SharePoint.Client.Phone (em Microsoft.SharePoint.Client.Phone.dll) Microsoft.SharePoint.Client (em Microsoft.SharePoint.Client.dll)
Sintaxe
'Declaração
Public Property QuickLaunchOption As QuickLaunchOptions
Get
Set
'Uso
Dim instance As ListCreationInformation
Dim value As QuickLaunchOptions
value = instance.QuickLaunchOption
instance.QuickLaunchOption = value
public QuickLaunchOptions QuickLaunchOption { get; set; }
Valor de propriedade
Tipo: Microsoft.SharePoint.Client.QuickLaunchOptions
Retorna um .instance de QuickLaunchOptionsque representa se a nova lista é exibida no início rápido do site.
Ver também
Referência
ListCreationInformation classe