List.Direction property

Gets or sets a value that specifies the reading order of the list.

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

Syntax

'Declaration
Public Property Direction As String
    Get
    Set
'Usage
Dim instance As List
Dim value As String

value = instance.Direction

instance.Direction = value
public string Direction { get; set; }

Property value

Type: System.String
Returns a String instance representing the reading order of the list.

Remarks

It must conform to the following ABNF: Direction = “NONE” | “LTR” | “RTL”.

See also

Reference

List class

List members

Microsoft.SharePoint.Client namespace