RankParamCollection.Item property (Int32)

Gets the ranking parameter at the specified index in the collection.

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

Syntax

'Declaration
Public ReadOnly Default Property Item ( _
    index As Integer _
) As RankingParameter
    Get
'Usage
Dim instance As RankParamCollection
Dim index As Integer
Dim value As RankingParameter

value = instance(index)
public RankingParameter this[
    int index
] { get; }

Parameters

  • index
    Type: System.Int32

    A 32-bit integer that specifies the position in the index.

Property value

Type: Microsoft.Office.Server.Search.Administration.RankingParameter
A RankingParameter object.

See also

Reference

RankParamCollection class

RankParamCollection members

Item overload

Microsoft.Office.Server.Search.Administration namespace