Share via


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

RankingModelNotFoundException members

Microsoft.Office.Server.Search.Query namespace