Gets or sets the AR GL account for this CBatch object.

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

Syntax

C#
public string ARGLAccount { get; set; }
Visual Basic
Public Property ARGLAccount As String
	Get
	Set
Visual C++
public:
property String^ ARGLAccount {
	String^ get ();
	void set (String^ value);
}

See Also