BaseAlarm.AlarmCondition Property

<< Click to Display Table of Contents >>

Navigation:  Reference > BNCS.Logic.Abstract Namespace > BaseAlarm Class > BaseAlarm Properties >

BaseAlarm.AlarmCondition Property

Gets or sets the alarm condition for the multi-receiver system.

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

 

Syntax


public virtual Nullable<IMultiReceiver> AlarmCondition { get; set; }

Field Value

An IMultiReceiver instance representing the alarm condition, or null if no alarm condition is set.

 

Remarks


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.

 

See Also


BaseAlarm Class

BNCS.Logic.Abstract Namespace