ActivityExecutionStatusChangedEventArgs::ExecutionResult Property
.NET Framework (current version)
Gets the ActivityExecutionResult of the Activity that raised the event corresponding to the value when the event occurred.
Assembly: System.Workflow.ComponentModel (in System.Workflow.ComponentModel.dll)
public: property ActivityExecutionResult ExecutionResult { ActivityExecutionResult get(); }
Property Value
Type: System.Workflow.ComponentModel::ActivityExecutionResultThe ActivityExecutionResult of the Activity that raised the event corresponding to the value when the event occurred.
.NET Framework
Available since 3.0
Available since 3.0
Show: