BestBet Interface
Represents a best bet configuration.
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 BestBet _
Inherits ManagedResult, SearchSetting, Describable, Identifiable, _
IComparable(Of BestBet)
'Usage
Dim instance As BestBet
[SharePointPermissionAttribute(SecurityAction.LinkDemand, ObjectModel = true)]
[SharePointPermissionAttribute(SecurityAction.InheritanceDemand, ObjectModel = true)]
public interface BestBet : ManagedResult,
SearchSetting, Describable, Identifiable, IComparable<BestBet>
Remarks
This is a marker interface, all operations are defined in the super-interface ManagedResult
See Also
Reference
Microsoft.SharePoint.Search.Extended.Administration.Keywords Namespace