共用方式為


LaunchProfile.LaunchBrowser Property

Definition

Gets or sets the launch browser flag for the launch profile.

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

Property Value

Attributes

Applies to