QueryProperties.TotalRowsExactMinimum - Propriété
Utilisé par SearchPagingWebPart pour déterminer la valeur minimale requise pour le rendu des liens de la page.
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 TotalRowsExactMinimum As Integer
Get
Set
'Utilisation
Dim instance As QueryProperties
Dim value As Integer
value = instance.TotalRowsExactMinimum
instance.TotalRowsExactMinimum = value
[DataMemberAttribute]
public int TotalRowsExactMinimum { get; set; }
Valeur de propriété
Type : System.Int32
Un entier 32 bits qui représente le nombre minimal de lignes.
Remarques
La valeur par défaut est 51.