Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets whether the Geolocation field can be sorted.
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Overrides ReadOnly Property Sortable As Boolean
Get
'Usage
Dim instance As SPFieldGeolocation
Dim value As Boolean
value = instance.Sortable
public override bool Sortable { get; }
Property value
Type: System.Boolean
true if the field can be sorted, otherwise false.