DocumentAmountTypeAddToLine Property |
True means that the resulting amount will be added to the amount of each respective line. [Required] [Default(true)]
Namespace:
Aloe.EnterpriseOne.Model.General
Assembly:
Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntaxpublic bool AddToLine { get; set; }
Public Property AddToLine As Boolean
Get
Set
public:
property bool AddToLine {
bool get ();
void set (bool value);
}
member AddToLine : bool with get, set
Property Value
Type:
Boolean
See Also