SortXsltEntry.IsSelected Property
Gets a value that indicates whether the SortXsltEntry object is the current sort option.
Namespace: Microsoft.Office.Server.Search.WebControls
Assembly: Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)
Syntax
'Declaration
Public Property IsSelected As Boolean
Get
Friend Set
'Usage
Dim instance As SortXsltEntry
Dim value As Boolean
value = instance.IsSelected
public bool IsSelected { get; internal set; }
Property Value
Type: System.Boolean
true if the SortXsltEntry object is the current sort option; otherwise, false.