ProductStandardLotSizeBase Property |
The size of a standard lot, expressed in the base measurement unit of the product. Used for Standard_Cost and Standard_Price. [Unit: BaseMeasurementCategory.BaseUnit] [Required] [Default(1)]
Namespace:
Aloe.EnterpriseOne.Model.General.Products
Assembly:
Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntaxpublic Quantity StandardLotSizeBase { get; set; }
Public Property StandardLotSizeBase As Quantity
Get
Set
public:
property Quantity^ StandardLotSizeBase {
Quantity^ get ();
void set (Quantity^ value);
}
member StandardLotSizeBase : Quantity with get, set
Property Value
Type:
Quantity
See Also