CompositeActivity::EnabledActivities Property

 

Gets the read-only collection that represents the subset of Activities that are enabled.

Namespace:   System.Workflow.ComponentModel
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
Return to top
Show: