| 
            
              GSFDeviceAlarmStateAdapterTargetParentDevices 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: 
   GrafanaAdapters
    Assembly:
   GrafanaAdapters (in GrafanaAdapters.dll) Version: 2.3.250-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);
 Request Example
		View SourceProperty Value
Type: 
Boolean
See Also