命名空间: Microsoft.SharePoint.Client.Search.Query
程序集: Microsoft.SharePoint.Client.Search(位于 Microsoft.SharePoint.Client.Search.dll 中)
语法
声明
Public Property IsPersonal As Boolean
Get
Set
用法
Dim instance As QuerySuggestionQuery
Dim value As Boolean
value = instance.IsPersonal
instance.IsPersonal = value
public bool IsPersonal { get; set; }