Get or set the error conditions that will result in lighting the LED.
| C# | Visual Basic | Visual C++ |
public ErrorStatus AlarmLed { get; set; }
Public Property AlarmLed As ErrorStatus
public: property ErrorStatus AlarmLed { ErrorStatus get (); void set (ErrorStatus value); }