Click or drag to resize

StepRelatedActivities Property

Gets the list of activities referenced by the related states.

Namespace:  Packflow.Modeling
Assembly:  MicaSystems.Packflow.Core (in MicaSystems.Packflow.Core.dll) Version: 1.0.0.0 (3.2.0.306)
Syntax
C#
[XmlIgnoreAttribute]
public List<Activity> RelatedActivities { get; }

Property Value

Type: ListActivity
See Also