NativeActivity::CanInduceIdle Property

.NET Framework (current version)
 

Gets or sets a value that indicates whether the activity can cause the workflow to become idle.

Namespace:   System.Activities
Assembly:  System.Activities (in System.Activities.dll)

protected:
property bool CanInduceIdle {
	virtual bool get();
}

Property Value

Type: System::Boolean

true if the activity can cause the workflow to become idle. This value is false by default.

.NET Framework
Available since 4.0
Return to top
Show: