Location.BeExactIfLess property

Gets or sets the minimum number of results that must be returned after security trimming.

Namespace:  Microsoft.Office.Server.Search.Query
Assembly:  Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)

Syntax

'Declaration
Public Property BeExactIfLess As Integer
    Get
    Set
'Usage
Dim instance As Location
Dim value As Integer

value = instance.BeExactIfLess

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

Property value

Type: System.Int32
The minimum number of results to return.

Remarks

Do not use this property with FAST Search Server 2010 for SharePoint; if used, it will be ignored.

See also

Reference

Location class

Location members

Microsoft.Office.Server.Search.Query namespace