ResourceCostingCurrency Property |
The currency in which resource costs are specified. Required only if resource costs will be specified. [Filter(multi eq)]
Namespace:
Aloe.EnterpriseOne.Model.General.Resources
Assembly:
Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntaxpublic Currency CostingCurrency { get; set; }
Public Property CostingCurrency As Currency
Get
Set
public:
property Currency^ CostingCurrency {
Currency^ get ();
void set (Currency^ value);
}
member CostingCurrency : Currency with get, set
Property Value
Type:
Currency
See Also