Query.TotalRowsExactMinimum property
NOTE: This API is now obsolete.
Gets or sets the value used to determine the minimum value required for rendering page links.
Namespace: Microsoft.SharePoint.Search.Query
Assembly: Microsoft.SharePoint.Search (in Microsoft.SharePoint.Search.dll)
Syntax
'Declaration
<ObsoleteAttribute("This class is obsolete.")> _
Public Property TotalRowsExactMinimum As Integer
Get
Set
'Usage
Dim instance As Query
Dim value As Integer
value = instance.TotalRowsExactMinimum
instance.TotalRowsExactMinimum = value
[ObsoleteAttribute("This class is obsolete.")]
public int TotalRowsExactMinimum { get; set; }
Property value
Type: System.Int32