Microsoft.Activities.Extensions |
WorkflowEpisode..::..Aborted Property |
WorkflowEpisode Class See Also Send Feedback |
Gets or sets Aborted.
Namespace: Microsoft.Activities.Extensions
Assembly: Microsoft.Activities.Extensions (in Microsoft.Activities.Extensions.dll) Version: 2.0.6.9 (2.0.6.9)
Syntax
C# |
---|
protected Action<WorkflowApplicationAbortedEventArgs> Aborted { get; set; } |
Visual Basic |
---|
Protected Property Aborted As Action(Of WorkflowApplicationAbortedEventArgs) Get Set |
Visual C++ |
---|
protected: property Action<WorkflowApplicationAbortedEventArgs^>^ Aborted { Action<WorkflowApplicationAbortedEventArgs^>^ get (); void set (Action<WorkflowApplicationAbortedEventArgs^>^ value); } |