Gets or sets the control cash amount for this CBatch object.

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

Syntax

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

See Also