KeywordQueryProperties.EnableUrlSmashing 属性
获取或设置一个布尔值,指定是否启用"URL smashing"(通过查询词的组合创建一个 URL)。
命名空间: Microsoft.Office.Server.Search.Query
程序集: Microsoft.Office.Server.Search(位于 Microsoft.Office.Server.Search.dll 中)
语法
声明
<DataMemberAttribute> _
Public Property EnableUrlSmashing As Boolean
Get
Set
用法
Dim instance As KeywordQueryProperties
Dim value As Boolean
value = instance.EnableUrlSmashing
instance.EnableUrlSmashing = value
[DataMemberAttribute]
public bool EnableUrlSmashing { get; set; }
属性值
类型:System.Boolean
true如果启用 URL smashing ;否则为false。