CompositeActivity.EnabledActivities Property

Definition

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

public:
 property System::Collections::ObjectModel::ReadOnlyCollection<System::Workflow::ComponentModel::Activity ^> ^ EnabledActivities { System::Collections::ObjectModel::ReadOnlyCollection<System::Workflow::ComponentModel::Activity ^> ^ get(); };
[System.ComponentModel.Browsable(false)]
public System.Collections.ObjectModel.ReadOnlyCollection<System.Workflow.ComponentModel.Activity> EnabledActivities { get; }
[<System.ComponentModel.Browsable(false)>]
member this.EnabledActivities : System.Collections.ObjectModel.ReadOnlyCollection<System.Workflow.ComponentModel.Activity>
Public ReadOnly Property EnabledActivities As ReadOnlyCollection(Of Activity)

Property Value

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

Attributes

Applies to