Gets or sets the REFERENCE_1 field of the CTransRow.

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

Syntax

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

See Also