Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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.