Freigeben über


ListCreationInformation.QuickLaunchOption-Eigenschaft

Dient zum Abrufen oder Festlegen eines Werts, der angibt, ob die neue Liste im Schnellstartbereich der Website angezeigt wird.

Namespace:  Microsoft.SharePoint.Client
Assemblys:   Microsoft.SharePoint.Client.Silverlight (in Microsoft.SharePoint.Client.Silverlight.dll);  Microsoft.SharePoint.Client.Phone (in Microsoft.SharePoint.Client.Phone.dll)  Microsoft.SharePoint.Client (in Microsoft.SharePoint.Client.dll)

Syntax

'Declaration
Public Property QuickLaunchOption As QuickLaunchOptions
    Get
    Set
'Usage
Dim instance As ListCreationInformation
Dim value As QuickLaunchOptions

value = instance.QuickLaunchOption

instance.QuickLaunchOption = value
public QuickLaunchOptions QuickLaunchOption { get; set; }

Eigenschaftswert

Typ: Microsoft.SharePoint.Client.QuickLaunchOptions
Gibt eine QuickLaunchOptions.instance darstellt, ob die neue Liste auf der Schnellstartleiste der Website angezeigt wird.

Siehe auch

Referenz

ListCreationInformation Klasse

ListCreationInformation-Member

Microsoft.SharePoint.Client-Namespace