|
AlarmTimeRaised Property
|
Gets or sets the timestamp of the most recent
measurement that caused the alarm to be raised.
Namespace: GSF.TimeSeriesAssembly: GSF.TimeSeries (in GSF.TimeSeries.dll) Version: 2.4.207-beta
Syntax public Ticks TimeRaised { get; set; }
Public Property TimeRaised As Ticks
Get
Set
public:
property Ticks TimeRaised {
Ticks get ();
void set (Ticks value);
}
member TimeRaised : Ticks with get, set
function get_TimeRaised();
function set_TimeRaised(value);
View SourceProperty Value
TicksSee Also