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