Query.RankingModelId property
Gets or sets the identifier (ID) of the ranking model to use for the query.
Namespace: Microsoft.SharePoint.Client.Search.Query
Assembly: Microsoft.SharePoint.Client.Search (in Microsoft.SharePoint.Client.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.