Query.ProcessPersonalFavorites - Propriété
Une valeur Boolean qui détermine si les données de favoris personnels sont traitées ou non.
Espace de noms : Microsoft.SharePoint.Client.Search.Query
Assembly : Microsoft.SharePoint.Client.Search (dans Microsoft.SharePoint.Client.Search.dll)
Syntaxe
'Déclaration
Public Property ProcessPersonalFavorites As Boolean
Get
Set
'Utilisation
Dim instance As Query
Dim value As Boolean
value = instance.ProcessPersonalFavorites
instance.ProcessPersonalFavorites = value
public bool ProcessPersonalFavorites { get; set; }
Valeur de propriété
Type : System.Boolean