QueryProperties.SummaryLength - Propriété

Obtient ou définit la longueur du résultat de recherche résumé.

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

Syntaxe

'Déclaration
<DataMemberAttribute> _
Public Property SummaryLength As Integer
    Get
    Set
'Utilisation
Dim instance As QueryProperties
Dim value As Integer

value = instance.SummaryLength

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

Valeur de propriété

Type : System.Int32
Un entier 32 bits qui indique la longueur de synthèse.

Voir aussi

Référence

QueryProperties classe

QueryProperties - Membres

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