Share via


QueryInfo.DidYouMeanReturned property

Gets or sets a value that indicates whether a spelling suggestion was returned as the result of the Search query.

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

Syntax

'Declaration
<DataMemberAttribute> _
Public Property DidYouMeanReturned As Boolean
    Get
    Set
'Usage
Dim instance As QueryInfo
Dim value As Boolean

value = instance.DidYouMeanReturned

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

Property value

Type: System.Boolean
true if a spelling suggestion was returned as the result of the Search query; otherwise, false.

See also

Reference

QueryInfo class

QueryInfo members

Microsoft.Office.Server.Search.Query namespace