次の方法で共有


LaunchProfile.EnvironmentVariables Property

Definition

Gets or sets the environment variables for the launch profile.

[System.Text.Json.Serialization.JsonPropertyName("environmentVariables")]
public System.Collections.Generic.Dictionary<string,string> EnvironmentVariables { get; set; }
[<System.Text.Json.Serialization.JsonPropertyName("environmentVariables")>]
member this.EnvironmentVariables : System.Collections.Generic.Dictionary<string, string> with get, set
Public Property EnvironmentVariables As Dictionary(Of String, String)

Property Value

Attributes

Applies to