CalculatedAttributeStartingExpressionNo Property |
The expression, from which the calculation starts. The result of the expression gives the value of the calculated attribute. [Required] [Default(10)]
Namespace:
Aloe.EnterpriseOne.Model.Systems.Bpm
Assembly:
Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntaxpublic int StartingExpressionNo { get; set; }
Public Property StartingExpressionNo As Integer
Get
Set
public:
property int StartingExpressionNo {
int get ();
void set (int value);
}
member StartingExpressionNo : int with get, set
Property Value
Type:
Int32
See Also