Share via


Query.HighlightedSentenceCount, propriété (Microsoft.SharePoint.Search.Query)

Gets or sets the number of sentences to include in the hit-highlighted summary.

Espace de noms : Microsoft.SharePoint.Search.Query
Assembly : Microsoft.SharePoint.Search (dans microsoft.sharepoint.search.dll)

Syntaxe

'Déclaration
Public Property HighlightedSentenceCount As Integer
'Utilisation
Dim instance As Query
Dim value As Integer

value = instance.HighlightedSentenceCount

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

Valeur de la propriété

A 32-bit integer representing the number of sentences. The default value is 3.

Voir aussi

Référence

Query, classe
Membres Query
Microsoft.SharePoint.Search.Query, espace de noms