'Declaration
<DefaultValueAttribute(Mono.Cecil.CustomAttributeArgument)> Public ReadOnly Property ErrorForegroundColor As ConsoleColor
'Usage
Dim instance As ConsoleInteractionParameters Dim value As ConsoleColor value = instance.ErrorForegroundColor
[DefaultValue(Mono.Cecil.CustomAttributeArgument)] public ConsoleColor ErrorForegroundColor {get;}
[DefaultValue(Mono.Cecil.CustomAttributeArgument)] public: property ConsoleColor ErrorForegroundColor { ConsoleColor get(); }