public int Weight { get; set; }
Public Property Weight As Integer
public: property int Weight { int get (); void set (int value); }