Share via


PushInstallerDetails.LastHeartbeatUtc Property

Definition

Gets the last heartbeat received from the push installer.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to