Gets or sets the ADDED_TO_WAIT_LIST field of the COrderLine.

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

Syntax

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

See Also