次の方法で共有


EnvironmentVariableSetup.VariableValue プロパティ

定義

環境変数の値を取得します。値の設定も可能です。

[Newtonsoft.Json.JsonProperty(PropertyName="typeProperties.variableValue")]
public string VariableValue { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="typeProperties.variableValue")>]
member this.VariableValue : string with get, set
Public Property VariableValue As String

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象