BestBetCollection.Item property (Int32)
Namespace: Microsoft.Office.Server.Search.Query.Rules
Assembly: Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)
Syntax
'Declaration
Public ReadOnly Default Property Item ( _
index As Integer _
) As BestBet
Get
'Usage
Dim instance As BestBetCollection
Dim index As Integer
Dim value As BestBet
value = instance(index)
public BestBet this[
int index
] { get; }
Parameters
- index
Type: System.Int32
Property value
Type: Microsoft.Office.Server.Search.Query.Rules.BestBet