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