次の方法で共有


ProcessInfoInner.EnvironmentVariables プロパティ

定義

環境変数の一覧を取得または設定します。

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象