Gets the CCAuthAcctCode field of the the Cash_Accounts table entry represented by this CCashAccount object.

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

Syntax

C#
public string AuthorizationAccountCode { get; }
Visual Basic
Public ReadOnly Property AuthorizationAccountCode As String
	Get
Visual C++
public:
property String^ AuthorizationAccountCode {
	String^ get ();
}

See Also