次の方法で共有


ProtectedItem.LastRecoveryPoint プロパティ

定義

このバックアップ項目に対して最後の (最新の) バックアップ コピーが作成されたときのタイムスタンプを取得または設定します。

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象