SyncAgentInner.LastAliveTime Property

Definition

Gets last alive time of the sync agent.

[Newtonsoft.Json.JsonProperty(PropertyName="properties.lastAliveTime")]
public DateTime? LastAliveTime { get; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.lastAliveTime")>]
member this.LastAliveTime : Nullable<DateTime>
Public ReadOnly Property LastAliveTime As Nullable(Of DateTime)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to