共用方式為


LaunchProfile.DotnetRunMessages Property

Definition

Gets or sets whether the project is configured to emit logs when running with dotnet run.

[System.Text.Json.Serialization.JsonPropertyName("dotnetRunMessages")]
public bool? DotnetRunMessages { get; set; }
[<System.Text.Json.Serialization.JsonPropertyName("dotnetRunMessages")>]
member this.DotnetRunMessages : Nullable<bool> with get, set
Public Property DotnetRunMessages As Nullable(Of Boolean)

Property Value

Attributes

Applies to