RankProfile.GetQualityComponents Method
Returns the collection of quality components for the rank profile. Quality components contains sortable managed properties that are used in combination to influence the quality ranking of the 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 GetQualityComponents As QualityComponentCollection
'Usage
Dim instance As RankProfile
Dim returnValue As QualityComponentCollection
returnValue = instance.GetQualityComponents()
QualityComponentCollection GetQualityComponents()
Return Value
Type: Microsoft.SharePoint.Search.Extended.Administration.Schema.QualityComponentCollection
A QualityComponentCollection object.
Remarks
Only managed properties that are sortable and numeric can be used as part of a quality component.
See Also
Reference
Microsoft.SharePoint.Search.Extended.Administration.Schema Namespace