| 
            
              AlarmDeviceDeviceID Property
             | 
          
        
        
            Gets or sets device ID of the Alarmed Device.
            
        
        Namespace: GrafanaAdapters.Model.DatabaseAssembly: GrafanaAdapters (in GrafanaAdapters.dll) Version: 2.4.257-beta
Syntaxpublic 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
Int32
See Also