次の方法で共有


ContainerState.FinishTime プロパティ

定義

コンテナー インスタンスの状態が完了した日時を取得します。

[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)

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象