Свойство ListCreationInformation.QuickLaunchOption
Gets or sets a value that specifies whether the new list is displayed on the Quick Launch of the site.
Пространство имен: Microsoft.SharePoint.Client
Сборки: Microsoft.SharePoint.Client.Silverlight (в Microsoft.SharePoint.Client.Silverlight.dll); Microsoft.SharePoint.Client.Phone (в Microsoft.SharePoint.Client.Phone.dll) Microsoft.SharePoint.Client (в Microsoft.SharePoint.Client.dll)
Синтаксис
'Декларация
Public Property QuickLaunchOption As QuickLaunchOptions
Get
Set
'Применение
Dim instance As ListCreationInformation
Dim value As QuickLaunchOptions
value = instance.QuickLaunchOption
instance.QuickLaunchOption = value
public QuickLaunchOptions QuickLaunchOption { get; set; }
Значение свойства
Тип: Microsoft.SharePoint.Client.QuickLaunchOptions
Returns a QuickLaunchOptions.instance representing whether the new list is displayed on the Quick Launch of the site.