CompensableActivity::Body Property

.NET Framework (current version)
 

Gets or sets the activity that is scheduled when the CompensableActivity executes.

Namespace:   System.Activities.Statements
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
Return to top
Show: