Click or drag to resize

TransitionPriority Property

Gets or sets the transition's priority. Biggest is the value highest is the priority. This priority is used when multiple transitions can be taken but the system cannot decide between them.

Namespace:  Packflow.Modeling
Assembly:  MicaSystems.Packflow.Core (in MicaSystems.Packflow.Core.dll) Version: 1.0.0.0 (3.2.0.306)
Syntax
C#
[XmlAttributeAttribute]
public int Priority { get; set; }

Property Value

Type: Int32
See Also