UserBusinessRuleActionActionNo Property |
Consecutive number of the action, unique within the business rule. [Required]
Namespace:
Aloe.EnterpriseOne.Model.Systems.Bpm
Assembly:
Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntaxpublic int ActionNo { get; set; }
Public Property ActionNo As Integer
Get
Set
public:
property int ActionNo {
int get ();
void set (int value);
}
member ActionNo : int with get, set
Property Value
Type:
Int32
See Also