SearchBoxScriptWebPart.ShowPeopleNameSuggestions property

Gets or sets a value that indicates whether people names should be shown in suggestions.

Namespace:  Microsoft.Office.Server.Search.WebControls
Assembly:  Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)

Syntax

'Declaration
<WebBrowsableAttribute(True)> _
<PersonalizableAttribute(PersonalizationScope.Shared)> _
Public Property ShowPeopleNameSuggestions As Boolean
    Get
    Set
'Usage
Dim instance As SearchBoxScriptWebPart
Dim value As Boolean

value = instance.ShowPeopleNameSuggestions

instance.ShowPeopleNameSuggestions = value
[WebBrowsableAttribute(true)]
[PersonalizableAttribute(PersonalizationScope.Shared)]
public bool ShowPeopleNameSuggestions { get; set; }

Property value

Type: System.Boolean

See also

Reference

SearchBoxScriptWebPart class

SearchBoxScriptWebPart members

Microsoft.Office.Server.Search.WebControls namespace