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