Share via


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