ProjectTaskResourcePerUseCost Property |
One time cost for each resource usage, specified in the projects currency. [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 PerUseCost { get; set; }
Public Property PerUseCost As Amount
Get
Set
public:
property Amount^ PerUseCost {
Amount^ get ();
void set (Amount^ value);
}
member PerUseCost : Amount with get, set
Property Value
Type:
Amount
See Also