Share via


UpdateDownloadProgress.PercentComplete Property

Definition

Gets percentage of completion.

[Newtonsoft.Json.JsonProperty(PropertyName="percentComplete")]
public int? PercentComplete { get; }
[<Newtonsoft.Json.JsonProperty(PropertyName="percentComplete")>]
member this.PercentComplete : Nullable<int>
Public ReadOnly Property PercentComplete As Nullable(Of Integer)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to