Gets or sets an indication of whether to print the ticket for this CFunction object. This is PRINT_TICKET in the Product_Function table.

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

Syntax

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

See Also