ProductDimensionSourceQuantity Property |
The quantity in the non-base unit. [Unit: SourceQuantityUnit] [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 SourceQuantity { get; set; }
Public Property SourceQuantity As Quantity
Get
Set
public:
property Quantity^ SourceQuantity {
Quantity^ get ();
void set (Quantity^ value);
}
member SourceQuantity : Quantity with get, set
Property Value
Type:
Quantity
See Also