Gets the ENTERED_BY field of the CTransRow.

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

Syntax

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

See Also