Gets or sets the ADJUSTMENT_AMOUNT field of the CTransRow.

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

Syntax

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

See Also