|
AlarmSignalID Property
|
Gets or sets the identification number of the
signal whose value is monitored by the alarm.
Namespace: GSF.TimeSeriesAssembly: GSF.TimeSeries (in GSF.TimeSeries.dll) Version: 2.4.207-beta
Syntax public Guid SignalID { get; set; }
Public Property SignalID As Guid
Get
Set
public:
property Guid SignalID {
Guid get ();
void set (Guid value);
}
member SignalID : Guid with get, set
function get_SignalID();
function set_SignalID(value);
View SourceProperty Value
GuidSee Also