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.
Represents collections of best bests.
Namespace: Microsoft.SharePoint.Search.Extended.Administration.Keywords
Assembly: Microsoft.SharePoint.Search.Extended.Administration (in Microsoft.SharePoint.Search.Extended.Administration.dll)
Syntax
'Declaration
<SharePointPermissionAttribute(SecurityAction.LinkDemand, ObjectModel := True)> _
<SharePointPermissionAttribute(SecurityAction.InheritanceDemand, ObjectModel := True)> _
Public Interface BestBetCollection _
Inherits ICollection(Of BestBet), IEnumerable(Of BestBet), _
IEnumerable
'Usage
Dim instance As BestBetCollection
[SharePointPermissionAttribute(SecurityAction.LinkDemand, ObjectModel = true)]
[SharePointPermissionAttribute(SecurityAction.InheritanceDemand, ObjectModel = true)]
public interface BestBetCollection : ICollection<BestBet>,
IEnumerable<BestBet>, IEnumerable
Remarks
This class is a super-interface of ICollection<T> since it adds a number of convenience methods.
See Also
Reference
Microsoft.SharePoint.Search.Extended.Administration.Keywords Namespace