Activity::ExecutionResult Property
.NET Framework (current version)
Gets the ActivityExecutionResult of the last attempt to run this instance.
Assembly: System.Workflow.ComponentModel (in System.Workflow.ComponentModel.dll)
public: [BrowsableAttribute(false)] property ActivityExecutionResult ExecutionResult { ActivityExecutionResult get(); }
Property Value
Type: System.Workflow.ComponentModel::ActivityExecutionResultThe ActivityExecutionResult of the last attempt to run this instance.
This property is only useful when a workflow instance is running.
.NET Framework
Available since 3.0
Available since 3.0
Show: