Click or drag to resize

StateMaxParticipationLevel Property

Gets or sets the maximum participation level. The nature of this level is determined by the MaxParticipationLevelType property. If the maximum participation has been reached, the state instance of an item can be closed even if some tasks have not been completed yet.

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 MaxParticipationLevel { get; set; }

Property Value

Type: Int32
See Also