RouteConditionStatesBitMask Property |
The system states for which to execute the specified route. [Required] [Default(0)]
Namespace:
Aloe.EnterpriseOne.Model.Systems.Workflow
Assembly:
Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntaxpublic DocumentStateFlags ConditionStatesBitMask { get; set; }
Public Property ConditionStatesBitMask As DocumentStateFlags
Get
Set
public:
property DocumentStateFlags^ ConditionStatesBitMask {
DocumentStateFlags^ get ();
void set (DocumentStateFlags^ value);
}
member ConditionStatesBitMask : DocumentStateFlags with get, set
Property Value
Type:
DocumentStateFlags
See Also