Gets or sets the transaction count for this CBatch object.

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

Syntax

C#
public int TransCount { get; set; }
Visual Basic
Public Property TransCount As Integer
	Get
	Set
Visual C++
public:
property int TransCount {
	int get ();
	void set (int value);
}

See Also