Microsoft.Activities.Extensions |
WorkflowEpisode..::..Completed Property |
WorkflowEpisode Class See Also Send Feedback |
Gets or sets Completed.
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<WorkflowApplicationCompletedEventArgs> Completed { get; set; } |
Visual Basic |
---|
Protected Property Completed As Action(Of WorkflowApplicationCompletedEventArgs) Get Set |
Visual C++ |
---|
protected: property Action<WorkflowApplicationCompletedEventArgs^>^ Completed { Action<WorkflowApplicationCompletedEventArgs^>^ get (); void set (Action<WorkflowApplicationCompletedEventArgs^>^ value); } |