ProjectTaskBudgetLaborAmount Property |
Budgeted amount for the labor for the task in the currency of the project. The material is calculated separately. null means that budgeting for the item is not calculated. [Currency: Project.BudgetingCurrency]
Namespace:
Aloe.EnterpriseOne.Model.Projects
Assembly:
Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntaxpublic Amount BudgetLaborAmount { get; set; }
Public Property BudgetLaborAmount As Amount
Get
Set
public:
property Amount^ BudgetLaborAmount {
Amount^ get ();
void set (Amount^ value);
}
member BudgetLaborAmount : Amount with get, set
Property Value
Type:
Amount
See Also