This topic has not yet been rated - Rate this topic

While Properties

The While type exposes the following members.

  Name Description
Public property Body The Activity to execute in the While loop.
Protected property CacheId Gets the identifier of the cache that is unique within the scope of the workflow definition. (Inherited from Activity.)
Public property Condition The Activity<TResult> to be evaluated before each iteration of the While loop.
Public property DisplayName Gets or sets an optional friendly name that is used for debugging, validation, exception handling, and tracking. (Inherited from Activity.)
Public property Id Gets an identifier that is unique in the scope of the workflow definition. (Inherited from Activity.)
Protected property ImplementationVersion Gets or sets the implementation version of the activity. (Inherited from NativeActivity.)
Public property Variables The collection of Variable objects associated with the While activity.
Top
Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.