QueryProperties.RankingModelId property

Gets or sets the ranking model identifier (ID).

Namespace:  Microsoft.Office.Server.Search.Query
Assembly:  Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)

Syntax

'Declaration
<DataMemberAttribute> _
Public Property RankingModelId As String
    Get
    Set
'Usage
Dim instance As QueryProperties
Dim value As String

value = instance.RankingModelId

instance.RankingModelId = value
[DataMemberAttribute]
public string RankingModelId { get; set; }

Property value

Type: System.String
The ranking model ID.

See also

Reference

QueryProperties class

QueryProperties members

Microsoft.Office.Server.Search.Query namespace

Other resources

Relevance Architecture Overview

Custom Ranking Model