Gets the tickets

Namespace:  IpernityNET
Assembly:  IpernityNET (in IpernityNET.dll) Version: 0.3.1.0 (0.3.1.0)

Syntax

C#
public IList<Ticket> Tickets { get; internal set; }
Visual Basic (Declaration)
Public Property Tickets As IList(Of Ticket)
Visual C++
public:
property IList<Ticket^>^ Tickets {
	IList<Ticket^>^ get ();
	void set (IList<Ticket^>^ value);
}

See Also