|
AlarmID Property
|
Gets or sets the identification number of the alarm.
Namespace: GSF.TimeSeriesAssembly: GSF.TimeSeries (in GSF.TimeSeries.dll) Version: 2.4.207-beta
Syntax public 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);
View SourceProperty Value
Int32See Also