BestBetCollection.Item Property
Gets the best bet with the specified name.
Namespace: Microsoft.SharePoint.Search.Extended.Administration.Keywords
Assembly: Microsoft.SharePoint.Search.Extended.Administration (in Microsoft.SharePoint.Search.Extended.Administration.dll)
Syntax
'Declaration
ReadOnly Default Property Item ( _
name As String _
) As BestBet
Get
'Usage
Dim instance As BestBetCollection
Dim name As String
Dim value As BestBet
value = instance(name)
BestBet this[
string name
] { get; }
Parameters
name
Type: System.StringName of the best bet to be returned
Property Value
Type: Microsoft.SharePoint.Search.Extended.Administration.Keywords.BestBet
A BestBet or [null] if no such best bet exists.
See Also
Reference
Microsoft.SharePoint.Search.Extended.Administration.Keywords Namespace