Gets or sets the last updated date of this CBatch object.

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

Syntax

C#
public DateTime LastUpdated { get; set; }
Visual Basic
Public Property LastUpdated As DateTime
	Get
	Set
Visual C++
public:
property DateTime LastUpdated {
	DateTime get ();
	void set (DateTime value);
}

See Also