RankingModelNotFoundException.RankingModelId Property
Gets the ranking model identifier (ID) for which the exception is returned.
Namespace: Microsoft.Office.Server.Search.Query
Assembly: Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)
Syntax
'Declaration
Public ReadOnly Property RankingModelId As String
Get
'Usage
Dim instance As RankingModelNotFoundException
Dim value As String
value = instance.RankingModelId
public string RankingModelId { get; }
Property Value
Type: System.String
The ranking model ID.
See Also
Reference
RankingModelNotFoundException Class