TypeWorkTypeBilledWithProduct Property |
The product, which is used for billing purposes for this work type. The price of the product is also used for project budgeting. null means that the work type cannot be billed. [Filter(multi eq)]
Namespace:
Aloe.EnterpriseOne.Model.Projects
Assembly:
Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntaxpublic Product BilledWithProduct { get; set; }
Public Property BilledWithProduct As Product
Get
Set
public:
property Product^ BilledWithProduct {
Product^ get ();
void set (Product^ value);
}
member BilledWithProduct : Product with get, set
Property Value
Type:
Product
See Also