|   | 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.257-beta
 Syntax
Syntaxpublic 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);
Property Value
Guid See Also
See Also