Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
id
Type: System.GuidThe GUID associated with the RankingModel.
Property Value
Type: Microsoft.Office.Server.Search.Administration.RankingModel
The specified ranking model.