ProjectTaskResourceBillingPricePerHour Property |
When not null, specifies the price per hour (in the currency of the Project) of resource usage which will be used for billing. null means that the item will be billed in another way. This way of billing is mutually exclusive with Fixed Total Price. [Filter(eq)]
Namespace:
Aloe.EnterpriseOne.Model.Projects
Assembly:
Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntaxpublic Nullable<decimal> BillingPricePerHour { get; set; }
Public Property BillingPricePerHour As Nullable(Of Decimal)
Get
Set
public:
property Nullable<Decimal^>^ BillingPricePerHour {
Nullable<Decimal^>^ get ();
void set (Nullable<Decimal^>^ value);
}
member BillingPricePerHour : Nullable<decimal> with get, set
Property Value
Type:
NullableDecimal
See Also