CoreResultsWebPart.EnableSimilarFind Property

Applies to: Microsoft FAST Search Server 2010 for SharePoint
Gets or sets a Boolean value that specifies whether the find similar query feature is enabled.

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

Syntax

'Declaration
<WebBrowsableAttribute(False)> _
<PersonalizableAttribute(PersonalizationScope.Shared)> _
Public Property EnableSimilarFind As Boolean
    Get
    Set
'Usage
Dim instance As CoreResultsWebPart
Dim value As Boolean

value = instance.EnableSimilarFind

instance.EnableSimilarFind = value
[WebBrowsableAttribute(false)]
[PersonalizableAttribute(PersonalizationScope.Shared)]
public bool EnableSimilarFind { get; set; }

Property Value

Type: System.Boolean
true, if find similar feature is enabled; otherwise false.

See Also

Reference

CoreResultsWebPart Class

CoreResultsWebPart Members

Microsoft.Office.Server.Search.WebControls Namespace