public int Bounces { get; set; }
Public Property Bounces As Integer Get Set
public: property int Bounces { int get (); void set (int value); }
member Bounces : int with get, set