ProductDimensionDestQuantityUnit Property |
The measurement unit of Dest_Quantity. Should be one of the units of the base measurement category of the product. [Required] [Filter(multi eq)]
Namespace:
Aloe.EnterpriseOne.Model.General.Products
Assembly:
Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntaxpublic MeasurementUnit DestQuantityUnit { get; set; }
Public Property DestQuantityUnit As MeasurementUnit
Get
Set
public:
property MeasurementUnit^ DestQuantityUnit {
MeasurementUnit^ get ();
void set (MeasurementUnit^ value);
}
member DestQuantityUnit : MeasurementUnit with get, set
Property Value
Type:
MeasurementUnit
See Also