ConsoleColorCmdlet.ForegroundColor Property

Definition

The -ForegroundColor parameter.

public:
 property ConsoleColor ForegroundColor { ConsoleColor get(); void set(ConsoleColor value); };
public ConsoleColor ForegroundColor { get; set; }
[System.Management.Automation.Parameter]
public ConsoleColor ForegroundColor { get; set; }
member this.ForegroundColor : ConsoleColor with get, set
[<System.Management.Automation.Parameter>]
member this.ForegroundColor : ConsoleColor with get, set
Public Property ForegroundColor As ConsoleColor

Property Value

Attributes

Applies to