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