FunctionPrimaryUnit Property |
Primary measurement unit for measuring workload of the function. Resources that can perform the function should be measureable in this unit. [Required] [Filter(multi eq)]
Namespace:
Aloe.EnterpriseOne.Model.Production.Resources
Assembly:
Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntaxpublic MeasurementUnit PrimaryUnit { get; set; }
Public Property PrimaryUnit As MeasurementUnit
Get
Set
public:
property MeasurementUnit^ PrimaryUnit {
MeasurementUnit^ get ();
void set (MeasurementUnit^ value);
}
member PrimaryUnit : MeasurementUnit with get, set
Property Value
Type:
MeasurementUnit
See Also