Click or drag to resize
Grid Solutions Framework

GSFDeviceAlarmStateAdapterExternalDatabaseConnnectionString Property

Gets or sets the external database connection string used for synchronization of alarm states. Leave blank to use local configuration database defined in "systemSettings".

Namespace:  GrafanaAdapters
Assembly:  GrafanaAdapters (in GrafanaAdapters.dll) Version: 2.3.250-beta
Syntax
[ConnectionStringParameterAttribute]
[DefaultValueAttribute("")]
public string ExternalDatabaseConnnectionString { get; set; }
Request Example View Source

Property Value

Type: String
See Also