|
<< Click to Display Table of Contents >> Navigation: Reference > BNCS.Logic.Abstract Namespace > BaseAlarm Class > BaseAlarm Properties > BaseAlarm.State Property |
Gets or sets the current state of the alarm.
Namespace: BNCS.Logic.Abstract
Assembly: BNCS.Logic (in BNCS.Logic.dll)
public virtual Nullable<IAlarmState> State { get; set; }
An IAlarmState representing the current state of the alarm. This property is virtual and can be overridden in a derived class.
The setter is protected, allowing it to be set only within the class itself or in derived classes.