Share via


TestJob.LastModifiedTime Property

Definition

Gets or sets the last modified time of the test job.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to