WorkReportMaterialQuantityUnit Property |
The measurement unit of Quantity. It is strongly suggested that the same unit is used for planning and usage reporting. [Required] [Filter(multi eq)]
Namespace:
Aloe.EnterpriseOne.Model.Projects
Assembly:
Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntaxpublic MeasurementUnit QuantityUnit { get; set; }
Public Property QuantityUnit As MeasurementUnit
Get
Set
public:
property MeasurementUnit^ QuantityUnit {
MeasurementUnit^ get ();
void set (MeasurementUnit^ value);
}
member QuantityUnit : MeasurementUnit with get, set
Property Value
Type:
MeasurementUnit
See Also