CompositeActivity::EnabledActivities Property
.NET Framework (current version)
Gets the read-only collection that represents the subset of Activities that are enabled.
Assembly: System.Workflow.ComponentModel (in System.Workflow.ComponentModel.dll)
public: [BrowsableAttribute(false)] property ReadOnlyCollection<Activity^>^ EnabledActivities { ReadOnlyCollection<Activity^>^ get(); }
Property Value
Type: System.Collections.ObjectModel::ReadOnlyCollection<Activity^>^The read-only collection that represents the subset of Activities that are enabled.
.NET Framework
Available since 3.0
Available since 3.0
Show: