SetStateActivity Properties
.NET Framework 3.0
(see also
Protected Properties
)
Top
| Name | Description | |
|---|---|---|
| Description | Gets or sets the user defined description of the Activity. (inherited from Activity) |
| Enabled | Gets or sets a value that indicates whether this instance is enabled for execution, and validation. (inherited from Activity) |
| 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 on whether or not the activity is executing within the default ActivityExecutionContext of the workflow instance. (inherited from Activity) |
| Name | Gets or sets the name of this instance. (inherited from Activity) |
| Parent | Gets the CompositeActivity that contains this Activity. (inherited from Activity) |
| 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) |
| TargetStateName | Gets or sets the name of the target state. |
| UserData | Gets an IDictionary that associates custom data with this class instance. (inherited from DependencyObject) |
| Name | Description | |
|---|---|---|
| DesignMode | Gets the value that indicates whether this instance is in design or run-time mode. (inherited from DependencyObject) |
| ParentDependencyObject | Gets the parent DependencyObject in the DependencyObject graph. (inherited from DependencyObject) |
| WorkflowInstanceId | Gets the Guid associated with the instance. (inherited from Activity) |
Reference
SetStateActivity ClassSystem.Workflow.Activities Namespace