ProjectBudgetingCurrency Property |
The currency in which the project budget is calculated. [Filter(multi eq)]
Namespace:
Aloe.EnterpriseOne.Model.Projects
Assembly:
Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntaxpublic Currency BudgetingCurrency { get; set; }
Public Property BudgetingCurrency As Currency
Get
Set
public:
property Currency^ BudgetingCurrency {
Currency^ get ();
void set (Currency^ value);
}
member BudgetingCurrency : Currency with get, set
Property Value
Type:
Currency
See Also