次の方法で共有


DpmJobTaskDetails.Duration プロパティ

定義

タスクの経過時間を取得または設定します。

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象