ManagedPropertyControl.IsSortable property

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

Syntax

'Declaration
Public Property IsSortable As Boolean
    Get
    Set
'Usage
Dim instance As ManagedPropertyControl
Dim value As Boolean

value = instance.IsSortable

instance.IsSortable = value
public bool IsSortable { get; set; }

Property value

Type: System.Boolean

See also

Reference

ManagedPropertyControl class

ManagedPropertyControl members

Microsoft.Office.Server.Search.WebControls namespace