Gets or sets the TICKETS_PRINTED field of the COrderLine.

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

Syntax

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

See Also