Initialize a new instance of Ticket

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

Syntax

C#
public Ticket(
	int id
)
Visual Basic (Declaration)
Public Sub New ( _
	id As Integer _
)
Visual C++
public:
Ticket(
	int id
)

Parameters

id
Type: System..::.Int32
The ticket ID

See Also