OfferLineProductPrice Property |
Not null when the price has been selected from the list of valid standard prices. [Filter(multi eq)]
Namespace:
Aloe.EnterpriseOne.Model.Crm.Presales
Assembly:
Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntaxpublic ProductPrice ProductPrice { get; set; }
Public Property ProductPrice As ProductPrice
Get
Set
public:
property ProductPrice^ ProductPrice {
ProductPrice^ get ();
void set (ProductPrice^ value);
}
member ProductPrice : ProductPrice with get, set
Property Value
Type:
ProductPrice
See Also