|
DeviceAlarmStateAdapterEnableExternalDatabaseSynchronization Property
|
Gets or sets the flag that determines if an external database connection should be enabled for synchronization of alarm states.
Namespace: GrafanaAdaptersAssembly: GrafanaAdapters (in GrafanaAdapters.dll) Version: 2.4.207-beta
Syntax [ConnectionStringParameterAttribute]
[DefaultValueAttribute(false)]
public bool EnableExternalDatabaseSynchronization { get; set; }
<ConnectionStringParameterAttribute>
<DefaultValueAttribute(false)>
Public Property EnableExternalDatabaseSynchronization As Boolean
Get
Set
public:
[ConnectionStringParameterAttribute]
[DefaultValueAttribute(false)]
property bool EnableExternalDatabaseSynchronization {
bool get ();
void set (bool value);
}
[<ConnectionStringParameterAttribute>]
[<DefaultValueAttribute(false)>]
member EnableExternalDatabaseSynchronization : bool with get, set
function get_EnableExternalDatabaseSynchronization();
function set_EnableExternalDatabaseSynchronization(value);
View SourceProperty Value
BooleanSee Also