DistributionOutputWeightCoefficient Property |
The weight coefficient for prorate distribution of cost over the current line. [Required] [Default(1)]
Namespace:
Aloe.EnterpriseOne.Model.Finance.Cost
Assembly:
Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntaxpublic decimal WeightCoefficient { get; set; }
Public Property WeightCoefficient As Decimal
Get
Set
public:
property Decimal^ WeightCoefficient {
Decimal^ get ();
void set (Decimal^ value);
}
member WeightCoefficient : decimal with get, set
Property Value
Type:
Decimal
See Also