QuerySuggestionQuery.IsPersonal property
Namespace: Microsoft.SharePoint.Client.Search.Query
Assembly: Microsoft.SharePoint.Client.Search (in Microsoft.SharePoint.Client.Search.dll)
Syntax
'Declaration
Public Property IsPersonal As Boolean
Get
Set
'Usage
Dim instance As QuerySuggestionQuery
Dim value As Boolean
value = instance.IsPersonal
instance.IsPersonal = value
public bool IsPersonal { get; set; }
Property value
Type: System.Boolean