CompositeActivity Properties
.NET Framework 4
The CompositeActivity type exposes the following members.
| Name | Description | |
|---|---|---|
|
Activities | Gets the object representing the collection, ActivityCollection, of all child activities. |
|
CanModifyActivities | Gets or sets a value which controls whether the individual activities within Activities can be modified. |
|
Description | Gets or sets the user-defined description of the Activity. (Inherited from Activity.) |
|
DesignMode | Gets the value that indicates whether this instance is in design or run-time mode. (Inherited from DependencyObject.) |
|
Enabled | Gets or sets a value that indicates whether this instance is enabled for execution and validation. (Inherited from Activity.) |
|
EnabledActivities | Gets the read-only collection that represents the subset of Activities that are enabled. |
|
ExecutionResult | Gets the ActivityExecutionResult of the last attempt to run this instance. (Inherited from Activity.) |
|
ExecutionStatus | Gets the current ActivityExecutionStatus of this instance. (Inherited from Activity.) |
|
IsDynamicActivity | Gets information about whether the activity is executing within the default ActivityExecutionContext of the workflow instance. (Inherited from Activity.) |
|
Name | Gets or sets the name of this instance. This name must conform to the variable naming convention of the programming language that is being used in the Workflow project. (Inherited from Activity.) |
|
Parent | Gets the CompositeActivity that contains this Activity. (Inherited from Activity.) |
|
ParentDependencyObject | Gets the parent DependencyObject in the DependencyObject graph. (Inherited from DependencyObject.) |
|
QualifiedName | Gets the qualified name of the activity. Qualified activity names are always unique in a workflow instance. (Inherited from Activity.) |
|
Site | Gets or sets a reference to the Site component of the DependencyObject. (Inherited from DependencyObject.) |
|
UserData | Gets an IDictionary that associates custom data with this class instance. (Inherited from DependencyObject.) |
|
WorkflowInstanceId | Gets the Guid associated with the instance. (Inherited from Activity.) |