Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Returns the collection of managed property boost components for a rank profile.
Namespace: Microsoft.SharePoint.Search.Extended.Administration.Schema
Assembly: Microsoft.SharePoint.Search.Extended.Administration (in Microsoft.SharePoint.Search.Extended.Administration.dll)
Syntax
'Declaration
Function GetManagedPropertyBoosts As ManagedPropertyBoostCollection
'Usage
Dim instance As RankProfile
Dim returnValue As ManagedPropertyBoostCollection
returnValue = instance.GetManagedPropertyBoosts()
ManagedPropertyBoostCollection GetManagedPropertyBoosts()
Return Value
Type: Microsoft.SharePoint.Search.Extended.Administration.Schema.ManagedPropertyBoostCollection
A ManagedPropertyBoostCollection object that contains the collection of ManagedPropertyBoostComponent objects that are associated with the rank profile.
Remarks
A managed property boost component is used to influence the ranking of the contents of a managed property. See ManagedPropertyBoostCollection for an example on how to create and get managed property boosts.
See Also
Reference
Microsoft.SharePoint.Search.Extended.Administration.Schema Namespace