Share via


ReplicationProtectedItemProperties.LastSuccessfulFailoverTime Property

Definition

Gets or sets the Last successful failover time.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to