ManagedPropertyBoostComponent.BoostValue Property
Gets or sets the boost value to apply on the managed property boost component.
Namespace: Microsoft.SharePoint.Search.Extended.Administration.Schema
Assembly: Microsoft.SharePoint.Search.Extended.Administration (in Microsoft.SharePoint.Search.Extended.Administration.dll)
Syntax
'Declaration
Property BoostValue As String
Get
Set
'Usage
Dim instance As ManagedPropertyBoostComponent
Dim value As String
value = instance.BoostValue
instance.BoostValue = value
string BoostValue { get; set; }
Property Value
Type: System.String
A string that specifies the current boost value for the managed property boost component.
Examples
See ManagedPropertyBoostCollection
See Also
Reference
ManagedPropertyBoostComponent Interface
ManagedPropertyBoostComponent Members
Microsoft.SharePoint.Search.Extended.Administration.Schema Namespace