共用方式為


AutoScaleRun.Results 屬性

定義

取得或設定自動調整公式評估中使用的所有變數最終值。

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

屬性值

屬性
Newtonsoft.Json.JsonPropertyAttribute

備註

每個變數值會以 $variable=value 的形式傳回,而變數會以分號分隔。

適用於