| 
            
              DeviceAlarmStateAdapterTargetParentDevices Property
             | 
          
        
        
            Gets or sets the flag that determines if alarm states should only target parent devices, i.e., PDCs and direct connect PMUs, or all devices.
            
        
        Namespace: GrafanaAdaptersAssembly: GrafanaAdapters (in GrafanaAdapters.dll) Version: 2.4.258-beta
Syntax[ConnectionStringParameterAttribute]
public bool TargetParentDevices { get; set; }<ConnectionStringParameterAttribute>
Public Property TargetParentDevices As Boolean
	Get
	Set
public:
[ConnectionStringParameterAttribute]
property bool TargetParentDevices {
	bool get ();
	void set (bool value);
}[<ConnectionStringParameterAttribute>]
member TargetParentDevices : bool with get, set
function get_TargetParentDevices();
function set_TargetParentDevices(value);
 View SourceProperty Value
Boolean
See Also