Share via


RecordsManagementFeatureReceiver Class (Microsoft.Office.RecordsManagement.Internal)

This class and its members are reserved for internal use and are not intended to be used in your code.

Namespace: Microsoft.Office.RecordsManagement.Internal
Assembly: Microsoft.Office.Policy (in microsoft.office.policy.dll)

Syntax

'Declaration
<PermissionSetAttribute(SecurityAction.InheritanceDemand, Name:="FullTrust")> _
<PermissionSetAttribute(SecurityAction.Demand, Name:="FullTrust")> _
Public Class RecordsManagementFeatureReceiver
    Inherits SPFeatureReceiver
'Usage
Dim instance As RecordsManagementFeatureReceiver
[PermissionSetAttribute(SecurityAction.InheritanceDemand, Name="FullTrust")] 
[PermissionSetAttribute(SecurityAction.Demand, Name="FullTrust")] 
public class RecordsManagementFeatureReceiver : SPFeatureReceiver

Inheritance Hierarchy

System.Object
   Microsoft.SharePoint.SPFeatureReceiver
    Microsoft.Office.RecordsManagement.Internal.RecordsManagementFeatureReceiver

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

RecordsManagementFeatureReceiver Members
Microsoft.Office.RecordsManagement.Internal Namespace