BaseAlarm.State Property

<< 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)

 

Syntax


public virtual Nullable<IAlarmState> State { get; set; }

Field Value

An IAlarmState representing the current state of the alarm. This property is virtual and can be overridden in a derived class.

 

Remarks


The setter is protected, allowing it to be set only within the class itself or in derived classes.

 

See Also


BaseAlarm Class

BNCS.Logic.Abstract Namespace