ConsoleLogger.SkipProjectStartedText Property

Definition

Gets or sets a value indicating whether the logger will display messages when new projects are started during the build.

public:
 property bool SkipProjectStartedText { bool get(); void set(bool value); };
public bool SkipProjectStartedText { get; set; }
member this.SkipProjectStartedText : bool with get, set
Public Property SkipProjectStartedText As Boolean

Property Value

true to display messages when new projects are started during the build; otherwise, false. The default is true.

Applies to