Share via


JobCollectionItem.LastModifiedTime Property

Definition

Gets the last modified time of the job.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to