List.Direction Property
Gets or sets a value that specifies the reading order of the list.
Namespace: Microsoft.SharePoint.Client
Assemblies: Microsoft.SharePoint.Client.Silverlight (in Microsoft.SharePoint.Client.Silverlight.dll); Microsoft.SharePoint.Client (in Microsoft.SharePoint.Client.dll)
Syntax
'Declaration
<RemoteAttribute> _
Public Property Direction As String
Get
Set
'Usage
Dim instance As List
Dim value As String
value = instance.Direction
instance.Direction = value
[RemoteAttribute]
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”.