Share via


TestJob.CreationTime Property

Definition

Gets or sets the creation time of the test job.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to