Edit

Share via


CompositeActivity.CanModifyActivities Property

Definition

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

protected public:
 property bool CanModifyActivities { bool get(); void set(bool value); };
protected internal bool CanModifyActivities { get; set; }
member this.CanModifyActivities : bool with get, set
Protected Friend Property CanModifyActivities As Boolean

Property Value

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

Applies to