Gets or sets the ACTION_CODES field of the CTransRow.

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

Syntax

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

See Also