protected abstract string SectionName { get; }
Protected MustOverride ReadOnly Property SectionName As String Get
protected: virtual property String^ SectionName { String^ get () abstract; }
abstract SectionName : string with get
In This Article