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