Click or drag to resize

TransitionToActivity Property

If the transition goes to an activity then ToActivity holds this activity. If the transition doesn't go to an activity then ToActivity is null.

Namespace:  Omada.OE.Model
Assembly:  Omada.OE.Model (in Omada.OE.Model.dll) Version: 15.0.0.0
Syntax
C#
public Activity ToActivity { get; }

Property Value

Type: Activity
See Also