FeaturePushdownJob Class
This class and its members are reserved for internal use and are not intended to be used in your code.
Inheritance Hierarchy
System.Object
Microsoft.SharePoint.Administration.SPAutoSerializingObject
Microsoft.SharePoint.Administration.SPPersistedObject
Microsoft.SharePoint.Administration.SPJobDefinition
Microsoft.SharePoint.Portal.Administration.FeaturePushdownJob
Namespace: Microsoft.SharePoint.Portal.Administration
Assembly: Microsoft.SharePoint.Portal (in Microsoft.SharePoint.Portal.dll)
Syntax
'Declaration
<GuidAttribute("528EC8BC-6974-4923-B330-530846BA0B1B")> _
<SharePointPermissionAttribute(SecurityAction.Demand, ObjectModel := True)> _
Public NotInheritable Class FeaturePushdownJob _
Inherits SPJobDefinition
'Usage
Dim instance As FeaturePushdownJob
[GuidAttribute("528EC8BC-6974-4923-B330-530846BA0B1B")]
[SharePointPermissionAttribute(SecurityAction.Demand, ObjectModel = true)]
public sealed class FeaturePushdownJob : SPJobDefinition
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.