|   | AlarmDelay Property | 
        
        
            Gets or sets the amount of time that the
            signal must be exhibiting alarming behavior
            before the alarm is raised.
            
        
        Namespace: GSF.TimeSeriesAssembly: GSF.TimeSeries (in GSF.TimeSeries.dll) Version: 2.4.257-beta
 Syntax
Syntaxpublic double? Delay { get; set; }Public Property Delay As Double?
	Get
	Set
public:
property Nullable<double> Delay {
	Nullable<double> get ();
	void set (Nullable<double> value);
}member Delay : Nullable<float> with get, set
function get_Delay();
function set_Delay(value);
Property Value
NullableDouble See Also
See Also