Share via


ContainerState.FinishTime Property

Definition

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

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to