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 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.Int32A 32-bit integer that specifies the position in the index.
Property Value
Type: Microsoft.Office.Server.Search.Administration.RankingParameter
A RankingParameter object.