'Declaration
Public ReadOnly Property ErrorForegroundColor As ConsoleColor
'Usage
Dim instance As ConsoleInteractionParameters Dim value As ConsoleColor value = instance.ErrorForegroundColor
public ConsoleColor ErrorForegroundColor {get;}
public: property ConsoleColor ErrorForegroundColor { ConsoleColor get(); }
Property Value
The default value of this property is Red (ConsoleColor.Red)
.