public string WarningColor { get; set; }
Public Property WarningColor As String
Get
Set
Dim instance As ParseOptions
Dim value As String
value = instance.WarningColor
instance.WarningColor = value
public:
property String^ WarningColor {
String^ get ();
void set (String^ value);
}
The color will only be used if the UseErrorColor property is ; otherwise, it will be replaced with an empty string.
This color is used for the warning emitted if the DuplicateArguments property is Warning.
If the string contains anything other than virtual terminal sequences, those parts will be included in the output, but only when the UseErrorColor property is .
After the warning message, the value of the ColorReset property will be written to undo the color change.