All the possible lamp colors
| C# | Visual Basic | Visual C++ |
public enum LampColor
Public Enumeration LampColor
public enum class LampColor
| Member | Description |
|---|---|
| Red |
red lamp
|
| Green |
Green lamp
|
| Undefined |
Some other color. You should never get this.
|
Assembly: ServiceProvider (Module: ServiceProvider)