LogicOperation.AlarmConfig Property

<< Click to Display Table of Contents >>

Navigation:  Reference > BNCS.Logic.Models Namespace > LogicOperation Class > LogicOperation Properties >

LogicOperation.AlarmConfig Property

Gets or sets the configuration for the alarm system.

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

 

Syntax


public Nullable<Object> AlarmConfig { get; set; }

Field Value

An object representing the alarm configuration. This can be null if the configuration is not set.

 

Remarks


The AlarmConfig property holds the settings and parameters used to configure the alarm system. Ensure that the object assigned to this property is properly initialized and contains valid configuration data.

 

See Also


LogicOperation Class

BNCS.Logic.Models Namespace