ContainerState.FinishTime Property

Definition

Gets or sets the date-time when the container instance state finished.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to