RankingModelCollection.Item property

Gets the RankingModel with the specified GUID.

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

Syntax

'Declaration
Public ReadOnly Default Property Item ( _
    id As Guid _
) As RankingModel
    Get
'Usage
Dim instance As RankingModelCollection
Dim id As Guid
Dim value As RankingModel

value = instance(id)
public RankingModel this[
    Guid id
] { get; }

Parameters

Property value

Type: Microsoft.Office.Server.Search.Administration.RankingModel
The specified ranking model.

See also

Reference

RankingModelCollection class

RankingModelCollection members

Microsoft.Office.Server.Search.Administration namespace