ActionBaseTypeAttribute Class
Provides a definition for an attribute that can be used to define the type of the base SPAction object for a particular sequence.
Inheritance Hierarchy
System.Object
System.Attribute
Microsoft.SharePoint.Upgrade.ActionBaseTypeAttribute
Namespace: Microsoft.SharePoint.Upgrade
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
<AttributeUsageAttribute(AttributeTargets.Class)> _
<SharePointPermissionAttribute(SecurityAction.LinkDemand, ObjectModel := True)> _
Public NotInheritable Class ActionBaseTypeAttribute _
Inherits Attribute
Dim instance As ActionBaseTypeAttribute
[AttributeUsageAttribute(AttributeTargets.Class)]
[SharePointPermissionAttribute(SecurityAction.LinkDemand, ObjectModel = true)]
public sealed class ActionBaseTypeAttribute : Attribute
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.