Query.ProcessPersonalFavorites property

A Boolean value that determines whether personal favorites data is processed or not.

Namespace:  Microsoft.SharePoint.Client.Search.Query
Assembly:  Microsoft.SharePoint.Client.Search (in Microsoft.SharePoint.Client.Search.dll)

Syntax

'Declaration
Public Property ProcessPersonalFavorites As Boolean
    Get
    Set
'Usage
Dim instance As Query
Dim value As Boolean

value = instance.ProcessPersonalFavorites

instance.ProcessPersonalFavorites = value
public bool ProcessPersonalFavorites { get; set; }

Property value

Type: System.Boolean

See also

Reference

Query class

Query members

Microsoft.SharePoint.Client.Search.Query namespace