ManagedPropertyActionHandler Class
Obsolete.
Inheritance Hierarchy
System.Object
System.Web.UI.Control
Microsoft.SharePoint.Portal.Search.Admin.WebControls.ManagedPropertyActionHandler
Namespace: Microsoft.SharePoint.Portal.Search.Admin.WebControls
Assembly: Microsoft.SharePoint.Portal (in Microsoft.SharePoint.Portal.dll)
Syntax
'Declaration
<AspNetHostingPermissionAttribute(SecurityAction.LinkDemand, Level := AspNetHostingPermissionLevel.Minimal)> _
<SharePointPermissionAttribute(SecurityAction.Demand, ObjectModel := True)> _
Public NotInheritable Class ManagedPropertyActionHandler _
Inherits Control _
Implements IPostBackEventHandler
'Usage
Dim instance As ManagedPropertyActionHandler
[AspNetHostingPermissionAttribute(SecurityAction.LinkDemand, Level = AspNetHostingPermissionLevel.Minimal)]
[SharePointPermissionAttribute(SecurityAction.Demand, ObjectModel = true)]
public sealed class ManagedPropertyActionHandler : Control,
IPostBackEventHandler
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
See Also
Reference
ManagedPropertyActionHandler Members
Microsoft.SharePoint.Portal.Search.Admin.WebControls Namespace