RankProfile.QualityWeight Property
Gets or sets the quality weight for 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
Property QualityWeight As Integer
Get
Set
'Usage
Dim instance As RankProfile
Dim value As Integer
value = instance.QualityWeight
instance.QualityWeight = value
int QualityWeight { get; set; }
Property Value
Type: System.Int32
An integer that specifies the quality weight for the rank profile.
Remarks
The quality weight controls the relevance contribution of the QualityComponentCollection associated with the rank profile.
See Also
Reference
Microsoft.SharePoint.Search.Extended.Administration.Schema Namespace