SPQueryUsageEntry.DidYouMeanInvoked Property

Indicates whether the intended action was “Invoked”.

Namespace:  Microsoft.SharePoint.Administration
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No

Syntax

'Declaration
Public Property DidYouMeanInvoked As Nullable(Of Boolean)
    Get
    Set
'Usage
Dim instance As SPQueryUsageEntry
Dim value As Nullable(Of Boolean)

value = instance.DidYouMeanInvoked

instance.DidYouMeanInvoked = value
public Nullable<bool> DidYouMeanInvoked { get; set; }

Property Value

Type: System.Nullable<Boolean>
A Nullable<T> Boolean value = true if “Invoked” was the intended action.

See Also

Reference

SPQueryUsageEntry Class

SPQueryUsageEntry Members

Microsoft.SharePoint.Administration Namespace