|
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.248-beta
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);
View SourceProperty Value
NullableDouble
See Also