ProjectedAvailabilityPlannedQuantityBase Property |
Gets or sets the planned quantity base.
Namespace:
Aloe.EnterpriseOne.Model.Logistics.Inventory
Assembly:
Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntaxpublic decimal PlannedQuantityBase { get; set; }
Public Property PlannedQuantityBase As Decimal
Get
Set
public:
property Decimal^ PlannedQuantityBase {
Decimal^ get ();
void set (Decimal^ value);
}
member PlannedQuantityBase : decimal with get, set
Property Value
Type:
Decimal
The planned quantity base.
See Also