ContainerInfo.PreviousTimeStamp Property

Definition

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to