Field.Sortable property
Gets a value that specifies whether list items in the list can be sorted by the field value.
Namespace: Microsoft.SharePoint.Client
Assembly: Microsoft.SharePoint.Client (in Microsoft.SharePoint.Client.dll)
Syntax
'Declaration
Public ReadOnly Property Sortable As Boolean
Get
'Usage
Dim instance As Field
Dim value As Boolean
value = instance.Sortable
public bool Sortable { get; }
Property value
Type: System.Boolean
Returns Booleantrue if list items in the list can be sorted by the field value; otherwise, returns false.