public int RowsCount { get; set; }
Public Property RowsCount As Integer
Get
Set
public:
virtual property int RowsCount {
int get () sealed;
void set (int value) sealed;
}
abstract RowsCount : int with get, set
override RowsCount : int with get, set