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