ProductSupplyPlanningMaximumInventoryQuantityBase Property |
Maximum inventory. null if N/A. [Unit: Product.BaseMeasurementCategory.BaseUnit]
Namespace:
Aloe.EnterpriseOne.Model.General.Products
Assembly:
Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntaxpublic Quantity PlanningMaximumInventoryQuantityBase { get; set; }
Public Property PlanningMaximumInventoryQuantityBase As Quantity
Get
Set
public:
property Quantity^ PlanningMaximumInventoryQuantityBase {
Quantity^ get ();
void set (Quantity^ value);
}
member PlanningMaximumInventoryQuantityBase : Quantity with get, set
Property Value
Type:
Quantity
See Also