SharePointSearchRuntime.MaxSummaryLength - Propriété

Obtient ou définit le nombre maximal de caractères dans le résumé pour un résultat de recherche.

Espace de noms :  Microsoft.Office.Server.Search.Query
Assembly :  Microsoft.Office.Server.Search (dans Microsoft.Office.Server.Search.dll)

Syntaxe

'Déclaration
Public Property MaxSummaryLength As Integer
    Get
    Set
'Utilisation
Dim instance As SharePointSearchRuntime
Dim value As Integer

value = instance.MaxSummaryLength

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

Valeur de propriété

Type : System.Int32
Le nombre maximal de caractères dans le résumé.

Voir aussi

Référence

SharePointSearchRuntime classe

SharePointSearchRuntime - Membres

Microsoft.Office.Server.Search.Query - Espace de noms