Share via


KeywordQuery.SimilarType Property

Applies to: Microsoft FAST Search Server 2010 for SharePoint
Gets or sets the type of find similar query to perform. For details, see Find Similar (FAST Search Server 2010 for SharePoint).

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

Syntax

'Declaration
Public Property SimilarType As SimilarType
    Get
    Set
'Usage
Dim instance As KeywordQuery
Dim value As SimilarType

value = instance.SimilarType

instance.SimilarType = value
public SimilarType SimilarType { get; set; }

Property Value

Type: Microsoft.Office.Server.Search.Query.SimilarType
A value from the SimilarType enumeration.

See Also

Reference

KeywordQuery Class

KeywordQuery Members

Microsoft.Office.Server.Search.Query Namespace