AssetSalesProduct Property |
Product which is used in the creation of Sales Orders to form the price of the service of renting this asset. [Filter(multi eq)]
Namespace:
Aloe.EnterpriseOne.Model.Applications.Rental
Assembly:
Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntaxpublic Product SalesProduct { get; set; }
Public Property SalesProduct As Product
Get
Set
public:
property Product^ SalesProduct {
Product^ get ();
void set (Product^ value);
}
member SalesProduct : Product with get, set
Property Value
Type:
Product
See Also