次の方法で共有


Job.PercentComplete プロパティ

定義

既に完了しているジョブの割合を取得または設定します。

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象