int Ticket { get; set; }
Property Ticket As Integer Get Set
property int Ticket { int get (); void set (int value); }