KeywordQueryProperties.EnableUrlSmashing property
Obtém ou define um valor booleano que especifica se a opção "SMASH de URL" (Criando uma URL, combinando os termos da consulta) está habilitado.
Namespace: Microsoft.Office.Server.Search.Query
Assembly: Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)
Syntax
'Declaração
<DataMemberAttribute> _
Public Property EnableUrlSmashing As Boolean
Get
Set
'Uso
Dim instance As KeywordQueryProperties
Dim value As Boolean
value = instance.EnableUrlSmashing
instance.EnableUrlSmashing = value
[DataMemberAttribute]
public bool EnableUrlSmashing { get; set; }
Property value
Type: System.Boolean
true se SMASH de URL estiver habilitado; Caso contrário, false.