WorkflowEventArgs.CurrentWorkflow Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets the current workflow.
public:
property Microsoft::Uii::Desktop::Core::WorkflowData ^ CurrentWorkflow { Microsoft::Uii::Desktop::Core::WorkflowData ^ get(); void set(Microsoft::Uii::Desktop::Core::WorkflowData ^ value); };
public Microsoft.Uii.Desktop.Core.WorkflowData CurrentWorkflow { get; set; }
member this.CurrentWorkflow : Microsoft.Uii.Desktop.Core.WorkflowData with get, set
Public Property CurrentWorkflow As WorkflowData