Compartilhar via


Query.SummaryLength propriedade

Obtém ou define o comprimento do resultado da pesquisa resumo.

Namespace:  Microsoft.SharePoint.Client.Search.Query
Assembly:  Microsoft.SharePoint.Client.Search (em Microsoft.SharePoint.Client.Search.dll)

Sintaxe

'Declaração
Public Property SummaryLength As Integer
    Get
    Set
'Uso
Dim instance As Query
Dim value As Integer

value = instance.SummaryLength

instance.SummaryLength = value
public int SummaryLength { get; set; }

Valor de propriedade

Tipo: System.Int32
O comprimento do resumo.

Ver também

Referência

Query classe

Query membros

Microsoft.SharePoint.Client.Search.Query namespace