Query.ProcessPersonalFavorites 屬性
決定是否處理個人的我的最愛資料Boolean值。
命名空間: Microsoft.SharePoint.Client.Search.Query
組件: Microsoft.SharePoint.Client.Search (在 Microsoft.SharePoint.Client.Search.dll 中)
語法
'宣告
Public Property ProcessPersonalFavorites As Boolean
Get
Set
'用途
Dim instance As Query
Dim value As Boolean
value = instance.ProcessPersonalFavorites
instance.ProcessPersonalFavorites = value
public bool ProcessPersonalFavorites { get; set; }