Gets or sets the NUMBER_DAYS field of the COrderLine.

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

Syntax

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

See Also