Gets or sets the TAXABLE_VALUE field of the CProduct.

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

Syntax

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

See Also