Share via


UpdateSummary.InProgressInstallJobStartedDateTime Property

Definition

Gets the time when the currently running install (if any) started.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to