Gets or sets the TAXABLE_VALUE field of the CProduct.

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

Syntax

C#
public virtual decimal TaxableValue { get; set; }
Visual Basic (Declaration)
Public Overridable Property TaxableValue As Decimal
Visual C++
public:
virtual property Decimal TaxableValue {
	Decimal get ();
	void set (Decimal value);
}

See Also