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