Query.HighlightedSentenceCount - Propriété
Obtient ou définit le nombre de phrases à inclure dans les correspondances en surbrillance récapitulative. La valeur doit être comprise entre 1 et 10.
Espace de noms : Microsoft.Office.Server.Search.Query
Assembly : Microsoft.Office.Server.Search (dans Microsoft.Office.Server.Search.dll)
Syntaxe
'Déclaration
Public Property HighlightedSentenceCount As Integer
Get
Set
'Utilisation
Dim instance As Query
Dim value As Integer
value = instance.HighlightedSentenceCount
instance.HighlightedSentenceCount = value
public int HighlightedSentenceCount { get; set; }
Valeur de propriété
Type : System.Int32
Un entier 32 bits représentant le nombre de phrases.
Remarques
The default value is 3.