OperationResult.PercentComplete Property

Definition

Gets or sets percentage completed.

[Newtonsoft.Json.JsonProperty(PropertyName="percentComplete")]
public double? PercentComplete { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="percentComplete")>]
member this.PercentComplete : Nullable<double> with get, set
Public Property PercentComplete As Nullable(Of Double)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to