Click or drag to resize

BaseWorkflowInstanceVariables Property

Returns the variables defined for this workflow.

Namespace:  Colygon.MatchPoint.WorkflowKit
Assembly:  Colygon.MatchPoint (in Colygon.MatchPoint.dll) Version: 2019.2.1.0
Syntax
C#
public WorkflowVariableCollection Variables { get; }

Property Value

Type: WorkflowVariableCollection
See Also