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.2.0

Syntax

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

See Also