Share via


Job.LastModifiedTime Property

Definition

Gets or sets the last modified time of the job.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to