次の方法で共有


OperationResult.PercentComplete プロパティ

定義

達成率を取得または設定します。

[Newtonsoft.Json.JsonProperty(PropertyName="percentComplete")]
public double? PercentComplete { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="percentComplete")>]
member this.PercentComplete : Nullable<double> with get, set
Public Property PercentComplete As Nullable(Of Double)

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象