Compartilhar via


KeywordQueryProperties.MaxUrlLength property

Obtém ou define o comprimento máximo da URL de resultado de pesquisa.

Namespace:  Microsoft.Office.Server.Search.Query
Assembly:  Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)

Syntax

'Declaração
<DataMemberAttribute> _
Public Property MaxUrlLength As Integer
    Get
    Set
'Uso
Dim instance As KeywordQueryProperties
Dim value As Integer

value = instance.MaxUrlLength

instance.MaxUrlLength = value
[DataMemberAttribute]
public int MaxUrlLength { get; set; }

Property value

Type: System.Int32
O comprimento máximo da URL.

Ver também

Referência

KeywordQueryProperties class

KeywordQueryProperties members

Microsoft.Office.Server.Search.Query namespace