ContainerInfo.CurrentTimeStamp Property

Definition

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to