Backup.EarliestRestoreDate プロパティ

定義

サーバーの最も早い復元ポイント時刻 (ISO8601 形式) を取得します。

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象