共用方式為


Query.EnableNicknames 屬性

取得或設定Boolean值,指定是否中搜尋查詢的確切條款用來尋找相符的項目,或如果同時使用暱稱。

命名空間:  Microsoft.SharePoint.Client.Search.Query
組件:  Microsoft.SharePoint.Client.Search (在 Microsoft.SharePoint.Client.Search.dll 中)

語法

'宣告
Public Property EnableNicknames As Boolean
    Get
    Set
'用途
Dim instance As Query
Dim value As Boolean

value = instance.EnableNicknames

instance.EnableNicknames = value
public bool EnableNicknames { get; set; }

屬性值

類型:System.Boolean
true如果使用暱稱;否則, false。

備註

預設值為 false。

請參閱

參照

Query 類別

Query 成員

Microsoft.SharePoint.Client.Search.Query 命名空間