ManagedPropertyControl.IsSortableOrCollapsable property

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

Syntax

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

value = instance.IsSortableOrCollapsable

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

Property value

Type: System.Boolean

See also

Reference

ManagedPropertyControl class

ManagedPropertyControl members

Microsoft.Office.Server.Search.WebControls namespace