Activity::IsDynamicActivity Property

 

Gets information about whether the activity is executing within the default ActivityExecutionContext of the workflow instance.

Namespace:   System.Workflow.ComponentModel
Assembly:  System.Workflow.ComponentModel (in System.Workflow.ComponentModel.dll)

public:
[BrowsableAttribute(false)]
property bool IsDynamicActivity {
	bool get();
}

Property Value

Type: System::Boolean

Returns false if the activity is executing within the default ActivityExecutionContext of the workflow instance, otherwise returns true.

.NET Framework
Available since 3.0
Return to top
Show: