ReplicationProtectedItemProperties.LastSuccessfulTestFailoverTime Property

Definition

Gets or sets the Last successful test failover time.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to