Share via


ISessionHost.LastHeartBeat Property

Definition

Last heart beat from SessionHost.

[Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.Info(Create=true, Description="Last heart beat from SessionHost.", PossibleTypes=new System.Type[] { typeof(System.DateTime) }, Read=true, ReadOnly=false, Required=false, SerializedName="lastHeartBeat", Update=true)]
public DateTime? LastHeartBeat { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.Info(Create=true, Description="Last heart beat from SessionHost.", PossibleTypes=new System.Type[] { typeof(System.DateTime) }, Read=true, ReadOnly=false, Required=false, SerializedName="lastHeartBeat", Update=true)>]
member this.LastHeartBeat : Nullable<DateTime> with get, set
Public Property LastHeartBeat As Nullable(Of DateTime)

Property Value

Attributes

Applies to