Promotion.BoostValue Property
Gets or sets the boost value, used to boost the promoted items.
Namespace: Microsoft.SharePoint.Search.Extended.Administration.Keywords
Assembly: Microsoft.SharePoint.Search.Extended.Administration (in Microsoft.SharePoint.Search.Extended.Administration.dll)
Syntax
'Declaration
Property BoostValue As Integer
Get
Set
'Usage
Dim instance As Promotion
Dim value As Integer
value = instance.BoostValue
instance.BoostValue = value
int BoostValue { get; set; }
Property Value
Type: System.Int32
The boost value associated with the promotion.
Remarks
A negative boost value has the opposite effect of a positive one. The result set items that match a promotion with a negative boost value may get their result rank position lowered.
See Also
Reference
Microsoft.SharePoint.Search.Extended.Administration.Keywords Namespace