Compartir a través de


ProtectedItem.LastRecoveryPoint Propiedad

Definición

Obtiene o establece la marca de tiempo en la que se creó la última copia de seguridad (más reciente) para este elemento de copia de seguridad.

[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)

Valor de propiedad

Atributos
Newtonsoft.Json.JsonPropertyAttribute

Se aplica a