Share via


UpdateDownloadProgress.DownloadPhase Property

Definition

Gets the download phase. Possible values include: 'Unknown', 'Initializing', 'Downloading', 'Verifying'

[Newtonsoft.Json.JsonProperty(PropertyName="downloadPhase")]
public string DownloadPhase { get; }
[<Newtonsoft.Json.JsonProperty(PropertyName="downloadPhase")>]
member this.DownloadPhase : string
Public ReadOnly Property DownloadPhase As String

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to