Click or drag to resize

TransitionFromActivity Property

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

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

Property Value

Type: Activity
See Also