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