Share via


UpdateDownloadProgress.TotalBytesDownloaded Property

Definition

Gets total bytes downloaded.

[Newtonsoft.Json.JsonProperty(PropertyName="totalBytesDownloaded")]
public double? TotalBytesDownloaded { get; }
[<Newtonsoft.Json.JsonProperty(PropertyName="totalBytesDownloaded")>]
member this.TotalBytesDownloaded : Nullable<double>
Public ReadOnly Property TotalBytesDownloaded As Nullable(Of Double)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to