ProjectTaskMaterialBudgetedMaterialAmount Property |
Budgeted amount for the material in the currency of the project. null means there is still no budgeted amount. [Currency: ProjectTask.Project.BudgetingCurrency]
Namespace:
Aloe.EnterpriseOne.Model.Projects
Assembly:
Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntaxpublic Amount BudgetedMaterialAmount { get; set; }
Public Property BudgetedMaterialAmount As Amount
Get
Set
public:
property Amount^ BudgetedMaterialAmount {
Amount^ get ();
void set (Amount^ value);
}
member BudgetedMaterialAmount : Amount with get, set
Property Value
Type:
Amount
See Also