SPFieldTypeDefinition.Sortable Property
Gets a Boolean value that indicates whether the field type is sortable.
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: Yes
Available in SharePoint Online
Syntax
'Declaration
Public ReadOnly Property Sortable As Boolean
Get
'Usage
Dim instance As SPFieldTypeDefinition
Dim value As Boolean
value = instance.Sortable
public bool Sortable { get; }
Property Value
Type: System.Boolean
true if the field type is sortable; otherwise, false.