Share via


AutoShutdownProfile.DisconnectDelay Property

Definition

Gets or sets the amount of time a VM will stay running after a user disconnects if this behavior is enabled.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to