次の方法で共有


Server.RestorePointInTime プロパティ

定義

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

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象