Share via


SPFieldRatingScale.Sortable Property

Gets a Boolean value that indicates whether the rating-scale field can be sorted.

Namespace:  Microsoft.SharePoint
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: Yes
Available in SharePoint Online

Syntax

'Declaration
Public Overrides ReadOnly Property Sortable As Boolean
    Get
'Usage
Dim instance As SPFieldRatingScale
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.

See Also

Reference

SPFieldRatingScale Class

SPFieldRatingScale Members

Microsoft.SharePoint Namespace