public bool PluginEnabled { get; set; }
Public Property PluginEnabled As Boolean
Get
Set
public:
virtual property bool PluginEnabled {
bool get () sealed;
void set (bool value) sealed;
}
abstract PluginEnabled : bool with get, set
override PluginEnabled : bool with get, set