HostInformationMessage.ForegroundColor Property

Definition

The foreground color of the message.

public:
 property Nullable<ConsoleColor> ForegroundColor { Nullable<ConsoleColor> get(); void set(Nullable<ConsoleColor> value); };
public ConsoleColor? ForegroundColor { get; set; }
member this.ForegroundColor : Nullable<ConsoleColor> with get, set
Public Property ForegroundColor As Nullable(Of ConsoleColor)

Property Value

Applies to