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
Microsoft.Office.Server.Search.Query Namespace