UserBusinessRuleConditionConditionNo Property |
Unique consecutive number of the condition 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 ConditionNo { get; set; }
Public Property ConditionNo As Integer
Get
Set
public:
property int ConditionNo {
int get ();
void set (int value);
}
member ConditionNo : int with get, set
Property Value
Type:
Int32
See Also