IAlarm.State Property

<< Click to Display Table of Contents >>

Navigation:  Reference > BNCS.Logic.Interfaces Namespace > IAlarm Interface > IAlarm Properties >

IAlarm.State Property

Gets the current state of the alarm.

Namespace: BNCS.Logic.Interfaces
Assembly:  BNCS.Logic (in BNCS.Logic.dll)

 

Syntax


Nullable<IAlarmState> State { get; }

Field Value

An instance of IAlarmState representing the current state of the alarm, or null if the state is not set.

 

See Also


IAlarm Interface

BNCS.Logic.Interfaces Namespace