Gets or sets the TICKETS_PRINTED field of the COrderLine.

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

Syntax

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

See Also