| 
            
              DeviceAlarmStateAdapterExternalDatabaseReportSingleCompositeState Property
             | 
          
        
        
            Gets or sets the flag that determines if external database should report a single composite state or a state for each device.
            
        
        Namespace: GrafanaAdaptersAssembly: GrafanaAdapters (in GrafanaAdapters.dll) Version: 2.4.258-beta
Syntax[ConnectionStringParameterAttribute]
[DefaultValueAttribute(false)]
public bool ExternalDatabaseReportSingleCompositeState { get; set; }<ConnectionStringParameterAttribute>
<DefaultValueAttribute(false)>
Public Property ExternalDatabaseReportSingleCompositeState As Boolean
	Get
	Set
public:
[ConnectionStringParameterAttribute]
[DefaultValueAttribute(false)]
property bool ExternalDatabaseReportSingleCompositeState {
	bool get ();
	void set (bool value);
}[<ConnectionStringParameterAttribute>]
[<DefaultValueAttribute(false)>]
member ExternalDatabaseReportSingleCompositeState : bool with get, set
function get_ExternalDatabaseReportSingleCompositeState();
function set_ExternalDatabaseReportSingleCompositeState(value);
 View SourceProperty Value
Boolean
See Also