| 
            
              GSFDeviceAlarmStateAdapterExternalDatabaseReportSingleCompositeState Property 
             | 
          
        
         
            Gets or sets the flag that determines if external database should report a single composite state or a state for each device.
            
 
    Namespace: 
   GrafanaAdapters
    Assembly:
   GrafanaAdapters (in GrafanaAdapters.dll) Version: 2.3.250-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);
 Request Example
		View SourceProperty Value
Type: 
Boolean
See Also