int ColumnCount { get; set; }
Property ColumnCount As Integer Get Set
property int ColumnCount { int get (); void set (int value); }
abstract ColumnCount : int with get, set