Completed Property

MS Activities Extensions

Collapse imageExpand ImageCopy imageCopyHover image
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);
}

See Also