public abstract int ColumnCount { get; }
Public MustOverride ReadOnly Property ColumnCount As Integer Get
public: virtual property int ColumnCount { int get () abstract; }
abstract ColumnCount : int with get
In This Article