Gets or sets the other tickets for this CFunction object. This is OTHER_TICKETS in the Product_Function table.

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

Syntax

C#
public string OtherTickets { get; set; }
Visual Basic
Public Property OtherTickets As String
	Get
	Set
Visual C++
public:
property String^ OtherTickets {
	String^ get ();
	void set (String^ value);
}

See Also