次の方法で共有


Server.EarliestRestoreDate プロパティ

定義

復元ポイントの最も早い作成時刻 (ISO8601 形式) を取得または設定します。

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象