次の方法で共有


RecommendedAction.RevertActionStartTime プロパティ

定義

ユーザー リソースに対するこの推奨アクションの変更をシステムが元に戻し始めた時刻を取得します。 たとえば、インデックスのドロップが実行された時刻などです。

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象