Share via


RankingModel.ID Property

Gets the identifier (ID) for the ranking model.

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

Syntax

'Declaration
Public ReadOnly Property ID As Guid
    Get
'Usage
Dim instance As RankingModel
Dim value As Guid

value = instance.ID
public Guid ID { get; }

Property Value

Type: System.Guid
The ranking model ID.

See Also

Reference

RankingModel Class

RankingModel Members

Microsoft.Office.Server.Search.Administration Namespace