共用方式為


Query.EnablePhonetic 屬性

取得或設定Boolean值,指定是否使用查詢字詞的注音標示的表單來尋找相符的項目。

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

語法

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

value = instance.EnablePhonetic

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

屬性值

類型:System.Boolean
true如果使用注音標示的表單。否則, false。

備註

預設值是 true。

請參閱

參照

Query 類別

Query 成員

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