Query.RankingModelId property

Gets or sets the identifier (ID) of the ranking model to use for the query.

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

Syntax

'Declaration
Public Property RankingModelId As String
    Get
    Set
'Usage
Dim instance As Query
Dim value As String

value = instance.RankingModelId

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

Property value

Type: System.String
The ranking model ID.

See also

Reference

Query class

Query members

Microsoft.Office.Server.Search.Query namespace