DocumentLineAmountLinePercent Property |
The percent of the additional amount which should be distributed over the current line. [Required] [Default(0)]
Namespace:
Aloe.EnterpriseOne.Model.General
Assembly:
Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntaxpublic decimal LinePercent { get; set; }
Public Property LinePercent As Decimal
Get
Set
public:
property Decimal^ LinePercent {
Decimal^ get ();
void set (Decimal^ value);
}
member LinePercent : decimal with get, set
Property Value
Type:
Decimal
See Also