Share via


VaultJob.Duration Property

Definition

Gets or sets time elapsed during the execution of this job.

[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