KeywordQuery.EnableUrlSmashing プロパティ (Microsoft.Office.Server.Search.Query)
"URL 優先検索" (クエリ用語を組み合わせて URL を作成する) が有効であるかどうかを指定するブール値を取得または設定します。
名前空間: Microsoft.Office.Server.Search.Query
アセンブリ: Microsoft.Office.Server.Search (microsoft.office.server.search.dll 内)
構文
'宣言
Public Property EnableUrlSmashing As Boolean
'使用
Dim instance As KeywordQuery
Dim value As Boolean
value = instance.EnableUrlSmashing
instance.EnableUrlSmashing = value
public bool EnableUrlSmashing { get; set; }
プロパティ値
URL 優先検索が有効な場合は true、それ以外の場合は false。
関連項目
参照
KeywordQuery クラス
KeywordQuery メンバ
Microsoft.Office.Server.Search.Query 名前空間
その他のリソース
エンタープライズ検索のキーワード構文の参照
エンタープライズ検索のクエリ オブジェクト モデルの概要
[ウォークスルー] カスタム エンタープライズ検索 Web パーツを作成する