CompensableActivity::Body Property
.NET Framework (current version)
Gets or sets the activity that is scheduled when the CompensableActivity executes.
Assembly: System.Activities (in System.Activities.dll)
public: [DependsOnAttribute("Variables")] property Activity^ Body { Activity^ get(); void set(Activity^ value); }
Property Value
Type: System.Activities::Activity^The activity that is scheduled when the CompensableActivity executes.
This property is read-only at runtime. If the value is set at runtime, an InvalidOperationException is thrown.
.NET Framework
Available since 4.0
Available since 4.0
Show: