ManagedResult Interface

Represents both best bets and visual best bets (featured content). Collectively, these are known as [ManagedContent]

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 ManagedResult _
    Inherits SearchSetting, Describable, Identifiable
'Usage
Dim instance As ManagedResult
[SharePointPermissionAttribute(SecurityAction.LinkDemand, ObjectModel = true)]
[SharePointPermissionAttribute(SecurityAction.InheritanceDemand, ObjectModel = true)]
public interface ManagedResult : SearchSetting, 
    Describable, Identifiable

Remarks

Most likely, developers will access best bets and visual best bets through the specific sub-interfaces.

See Also

Reference

ManagedResult Members

Microsoft.SharePoint.Search.Extended.Administration.Keywords Namespace