Gets or sets a value indicating whether this PluginData is enabled.
Namespace:
Atomia.Billing.Core.Sdk.BusinessObjects
Assembly:
Atomia.Billing.Core.Sdk (in Atomia.Billing.Core.Sdk.dll) Version: 18.10.7096.28998
Syntax public virtual bool Enabled { get; set; }
Public Overridable Property Enabled As Boolean
Get
Set
public:
virtual property bool Enabled {
bool get ();
void set (bool value);
}
abstract Enabled : bool with get, set
override Enabled : bool with get, set
Property Value
Type:
Booleantrue if enabled; otherwise,
false.
See Also