Share via


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