ExpirationTask class
A task that is used at design-time to construct sequential workflows.
Inheritance hierarchy
System.Object
System.Workflow.ComponentModel.DependencyObject
System.Workflow.ComponentModel.Activity
System.Workflow.ComponentModel.CompositeActivity
System.Workflow.Activities.SequenceActivity
Microsoft.Office.Workflow.ExpirationTask
Namespace: Microsoft.Office.Workflow
Assembly: Microsoft.Office.Workflow.Tasks (in Microsoft.Office.Workflow.Tasks.dll)
Syntax
'Declaration
<ToolboxBitmapAttribute(GetType(SequenceActivity), "Resources.Task.bmp")> _
<SharePointPermissionAttribute(SecurityAction.Demand, ObjectModel := True)> _
Public NotInheritable Class ExpirationTask _
Inherits SequenceActivity
'Usage
Dim instance As ExpirationTask
[ToolboxBitmapAttribute(typeof(SequenceActivity), "Resources.Task.bmp")]
[SharePointPermissionAttribute(SecurityAction.Demand, ObjectModel = true)]
public sealed class ExpirationTask : SequenceActivity
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.