ProductSupplyPlanningAnnualCarryingCostPercent Property |
The expected carrying cost as percentage of inventory cost. null means unknown.
Namespace:
Aloe.EnterpriseOne.Model.General.Products
Assembly:
Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntaxpublic Nullable<decimal> PlanningAnnualCarryingCostPercent { get; set; }
Public Property PlanningAnnualCarryingCostPercent As Nullable(Of Decimal)
Get
Set
public:
property Nullable<Decimal^>^ PlanningAnnualCarryingCostPercent {
Nullable<Decimal^>^ get ();
void set (Nullable<Decimal^>^ value);
}
member PlanningAnnualCarryingCostPercent : Nullable<decimal> with get, set
Property Value
Type:
NullableDecimal
See Also