Partager via


ConsoleLifetimeOptions.SuppressStatusMessages Property

Definition

Gets or sets a value that indicates if host lifetime status messages should be suppressed, such as on startup.

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

Property Value

true if host lifetime status messages should be suppressed. The default is false.

Applies to