Gets the ID of the last to update this CBatch object.

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

Syntax

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

See Also