CompositeActivity::CanModifyActivities Property

 

Gets or sets a value which controls whether the individual activities within Activities can be modified.

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

public protected:
property bool CanModifyActivities {
	bool get();
	void set(bool value);
}

Property Value

Type: System::Boolean

true if the individual activities within Activities can be modified; otherwise false.

The following code shows how to create activities and add them as children to a composite activity and includes setting the CanModifyActivities permissive for this type.

This code example is part of the Throw SDK sample and is from the ThrowWorkFlow.cs file. For more information, see Throw Sample.

No code example is currently available or this language may not be supported.

.NET Framework
Available since 3.0
Return to top
Show: