Click or drag to resize

PFItemWorkflow_InstanceTasks Property

Gets the task of the current state instance.

Namespace:  Packflow.Core
Assembly:  MicaSystems.Packflow.Core (in MicaSystems.Packflow.Core.dll) Version: 1.0.0.0 (3.2.0.306)
Syntax
C#
public ReadOnlyCollection<PFTask> Workflow_InstanceTasks { get; }

Property Value

Type: ReadOnlyCollectionPFTask
See Also