Gets or sets the DATE_CONFIRMED field of the COrderLine.

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

Syntax

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

See Also