|
AlarmDeviceStateViewDeviceID Property
|
Gets or sets device ID of the alarmed device.
Namespace: GrafanaAdapters.Model.DatabaseAssembly: GrafanaAdapters (in GrafanaAdapters.dll) Version: 2.4.207-beta
Syntax public int DeviceID { get; set; }
Public Property DeviceID As Integer
Get
Set
public:
property int DeviceID {
int get ();
void set (int value);
}
member DeviceID : int with get, set
function get_DeviceID();
function set_DeviceID(value);
View SourceProperty Value
Int32See Also