|   | AlarmID Property | 
        
        
            Gets or sets the identification number of the alarm.
            
        
        Namespace: GSF.TimeSeriesAssembly: GSF.TimeSeries (in GSF.TimeSeries.dll) Version: 2.4.257-beta
 Syntax
Syntaxpublic int ID { get; set; }Public Property ID As Integer
	Get
	Set
public:
property int ID {
	int get ();
	void set (int value);
}member ID : int with get, set
function get_ID();
function set_ID(value);
Property Value
Int32 See Also
See Also