KeywordQueryProperties.SimilarType property

Gets or sets the type of find similar query to perform.

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

Syntax

'Declaration
<DataMemberAttribute> _
Public Property SimilarType As SimilarType
    Get
    Set
'Usage
Dim instance As KeywordQueryProperties
Dim value As SimilarType

value = instance.SimilarType

instance.SimilarType = value
[DataMemberAttribute]
public SimilarType SimilarType { get; set; }

Property value

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

See also

Reference

KeywordQueryProperties class

KeywordQueryProperties members

Microsoft.Office.Server.Search.Query namespace