Share via


MabJob.Duration Property

Definition

Gets or sets time taken by job to run.

[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)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to