|
AlarmDeviceStateViewState Property
|
Gets or sets description of the device state.
Namespace: GrafanaAdapters.Model.DatabaseAssembly: GrafanaAdapters (in GrafanaAdapters.dll) Version: 2.4.230-beta
Syntaxpublic string State { get; set; }
Public Property State As String
Get
Set
member State : string with get, set
function get_State();
function set_State(value);
View SourceProperty Value
String
See Also