RecoveryPlanProperties.LastTestFailoverTime Property

Definition

Gets or sets the start time of the last test failover.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to