Share via


JobStateAuditRecord.TimeStamp Property

Definition

Gets the time stamp that the state change took place.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to