KeywordQueryProperties.SortSimilar Property
Gets or sets a Boolean value that specifies whether query results based on similarity shall be sorted by similarity.
Namespace: Microsoft.Office.Server.Search.Query
Assembly: Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)
Syntax
'Declaration
<DataMemberAttribute> _
Public Property SortSimilar As Boolean
Get
Set
'Usage
Dim instance As KeywordQueryProperties
Dim value As Boolean
value = instance.SortSimilar
instance.SortSimilar = value
[DataMemberAttribute]
public bool SortSimilar { get; set; }
Property Value
Type: System.Boolean
true if the results are sorted by similarity; otherwise, false.