Query.HighlightedSentenceCount property
Obtém ou define o número de sentenças a serem incluídos na ocorrência realçada resumo. O valor deve estar entre 1 e 10.
Namespace: Microsoft.Office.Server.Search.Query
Assembly: Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)
Syntax
'Declaração
Public Property HighlightedSentenceCount As Integer
Get
Set
'Uso
Dim instance As Query
Dim value As Integer
value = instance.HighlightedSentenceCount
instance.HighlightedSentenceCount = value
public int HighlightedSentenceCount { get; set; }
Property value
Type: System.Int32
Um inteiro de 32 bits que representa o número de frases.
Comentários
The default value is 3.