Web.HorizontalQuickLaunch property

Namespace:  Microsoft.SharePoint.Client
Assembly:  Microsoft.SharePoint.Client (in Microsoft.SharePoint.Client.dll)

Syntax

'Declaration
Public Property HorizontalQuickLaunch As Boolean
    Get
    Set
'Usage
Dim instance As Web
Dim value As Boolean

value = instance.HorizontalQuickLaunch

instance.HorizontalQuickLaunch = value
public bool HorizontalQuickLaunch { get; set; }

Property value

Type: System.Boolean

See also

Reference

Web class

Web members

Microsoft.SharePoint.Client namespace