次の方法で共有


ScriptExecution.FinishedAt プロパティ

定義

スクリプトの実行が完了した時間を取得します

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象