Gets or the date on which the COrder was last updated.

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

Syntax

C#
public DateTime UpdatedOn { get; }
Visual Basic
Public ReadOnly Property UpdatedOn As DateTime
	Get
Visual C++
public:
property DateTime UpdatedOn {
	DateTime get ();
}

Field Value

The date on which the COrder was last updated.

See Also