|
<< 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)
public Nullable<Object> AlarmConfig { get; set; }
An object representing the alarm configuration. This can be null if the configuration is not set.
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.