TemplateLineMultiplier Property |
Factor by which the amount from the source will be multiplied. [Required] [Default(1)]
Namespace:
Aloe.EnterpriseOne.Model.Finance.Accounting
Assembly:
Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntaxpublic decimal Multiplier { get; set; }
Public Property Multiplier As Decimal
Get
Set
public:
property Decimal^ Multiplier {
Decimal^ get ();
void set (Decimal^ value);
}
member Multiplier : decimal with get, set
Property Value
Type:
Decimal
See Also