Share via


PropertyInformation.Sortable Property

Gets a Boolean value that indicates whether the property value can be sorted.

Namespace:  Microsoft.Office.Server.Search.Query
Assembly:  Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)

Syntax

'Declaration
<DataMemberAttribute> _
Public Property Sortable As Boolean
    Get
    Private Set
'Usage
Dim instance As PropertyInformation
Dim value As Boolean

value = instance.Sortable
[DataMemberAttribute]
public bool Sortable { get; private set; }

Property Value

Type: System.Boolean
true if the property can be sorted; otherwise, false.

See Also

Reference

PropertyInformation Class

PropertyInformation Members

Microsoft.Office.Server.Search.Query Namespace