KeywordQuery.SimilarTo property
Obsolete.
Namespace: Microsoft.Office.Server.Search.Query
Assembly: Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)
Syntax
'Declaration
Public Property SimilarTo As String
Get
Set
'Usage
Dim instance As KeywordQuery
Dim value As String
value = instance.SimilarTo
instance.SimilarTo = value
public string SimilarTo { get; set; }
Property value
Type: System.String