While Properties
.NET Framework 4.5
The While type exposes the following members.
| Name | Description | |
|---|---|---|
|
Body | The Activity to execute in the While loop. |
|
CacheId | Gets the identifier of the cache that is unique within the scope of the workflow definition. (Inherited from Activity.) |
|
Condition | The Activity<TResult> to be evaluated before each iteration of the While loop. |
|
DisplayName | Gets or sets an optional friendly name that is used for debugging, validation, exception handling, and tracking. (Inherited from Activity.) |
|
Id | Gets an identifier that is unique in the scope of the workflow definition. (Inherited from Activity.) |
|
ImplementationVersion | Gets or sets the implementation version of the activity. (Inherited from NativeActivity.) |
|
Variables | The collection of Variable objects associated with the While activity. |