Partager via


ProcessInfo.EnvironmentVariables Property

Definition

[Newtonsoft.Json.JsonProperty(PropertyName="properties.environmentVariables")]
public System.Collections.Generic.IDictionary<string,string> EnvironmentVariables { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.environmentVariables")>]
member this.EnvironmentVariables : System.Collections.Generic.IDictionary<string, string> with get, set
Public Property EnvironmentVariables As IDictionary(Of String, String)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to