ReorderingRule.Boost property

Namespace:  Microsoft.SharePoint.Client.Search.Query
Assembly:  Microsoft.SharePoint.Client.Search (in Microsoft.SharePoint.Client.Search.dll)

Syntax

'Declaration
Public Property Boost As Integer
    Get
    Set
'Usage
Dim instance As ReorderingRule
Dim value As Integer

value = instance.Boost

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

Property value

Type: System.Int32

See also

Reference

ReorderingRule class

ReorderingRule members

Microsoft.SharePoint.Client.Search.Query namespace