RankingModelCollection.Item property
Obtém o RankingModel com o especificado GUID.
Namespace: Microsoft.Office.Server.Search.Administration
Assembly: Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)
Syntax
'Declaração
Public ReadOnly Default Property Item ( _
id As Guid _
) As RankingModel
Get
'Uso
Dim instance As RankingModelCollection
Dim id As Guid
Dim value As RankingModel
value = instance(id)
public RankingModel this[
Guid id
] { get; }
Parâmetros
id
Type: System.GuidA GUID associada a RankingModel.
Property value
Type: Microsoft.Office.Server.Search.Administration.RankingModel
O modelo de classificação especificada.