Share via


UpdateSummary.InProgressDownloadJobStartedDateTime Property

Definition

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

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to