Query.ShowPeopleNameSuggestions 屬性
指定是否要產生建議名稱。
命名空間: Microsoft.SharePoint.Client.Search.Query
組件: Microsoft.SharePoint.Client.Search (在 Microsoft.SharePoint.Client.Search.dll 中)
語法
'宣告
Public Property ShowPeopleNameSuggestions As Boolean
Get
Set
'用途
Dim instance As Query
Dim value As Boolean
value = instance.ShowPeopleNameSuggestions
instance.ShowPeopleNameSuggestions = value
public bool ShowPeopleNameSuggestions { get; set; }