| 
            
              GSFDeviceAlarmStateAdapterExternalDatabaseHysteresisMinimumState Property 
             | 
          
        
         
            Gets or sets the minimum state for application of 
ExternalDatabaseHysteresisDelay. Defaults to setting Good and Alarm states immediately and applying delay to all other states.
            
 
    Namespace: 
   GrafanaAdapters
    Assembly:
   GrafanaAdapters (in GrafanaAdapters.dll) Version: 2.3.250-beta
Syntax[ConnectionStringParameterAttribute]
[DefaultValueAttribute(1)]
public int ExternalDatabaseHysteresisMinimumState { get; set; }public:
[ConnectionStringParameterAttribute]
[DefaultValueAttribute(1)]
property int ExternalDatabaseHysteresisMinimumState {
	int get ();
	void set (int value);
}[<ConnectionStringParameterAttribute>]
[<DefaultValueAttribute(1)>]
member ExternalDatabaseHysteresisMinimumState : int with get, set
function get_ExternalDatabaseHysteresisMinimumState();
function set_ExternalDatabaseHysteresisMinimumState(value);
 Request Example
		View SourceProperty Value
Type: 
Int32
See Also