Share via


SPQueryUsageEntry.DidYouMeanInvoked property

NOTE: This API is now obsolete.

Indicates whether the intended action was “Invoked”.

Namespace:  Microsoft.SharePoint.Administration
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'Declaration
<ObsoleteAttribute("Query usage collection is no longer necessary for the new analytics platform.")> _
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
[ObsoleteAttribute("Query usage collection is no longer necessary for the new analytics platform.")]
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