Gets or sets the PRICE_1 field of the CProduct.

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

Syntax

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

See Also