Gets or sets the PRICE_3 field of the CProduct.

Namespace:  Asi.iBO.Commerce
Assembly:  Asi.iBO (in Asi.iBO.dll) Version: 15.1.2.0

Syntax

C#
protected decimal Price3 { get; set; }
Visual Basic (Declaration)
Protected Property Price3 As Decimal
Visual C++
protected:
property Decimal Price3 {
	Decimal get ();
	void set (Decimal value);
}

See Also