Activity Properties
.NET Framework 4.5
The Activity type exposes the following members.
| Name | Description | |
|---|---|---|
|
Description | Gets or sets the user-defined description of the 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. |
|
ExecutionResult | Gets the ActivityExecutionResult of the last attempt to run this instance. |
|
ExecutionStatus | Gets the current ActivityExecutionStatus of this instance. |
|
IsDynamicActivity | Gets information about whether the activity is executing within the default ActivityExecutionContext of the workflow instance. |
|
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. |
|
Parent | Gets the CompositeActivity that contains this 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. |
|
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. |