Share via


ProgressStatus.PercentComplete Property

Definition

Gets a value indicating the percentage of completion of the background work.

[System.Runtime.Serialization.DataMember(Order=0)]
public int? PercentComplete { get; }
[<System.Runtime.Serialization.DataMember(Order=0)>]
member this.PercentComplete : Nullable<int>
Public ReadOnly Property PercentComplete As Nullable(Of Integer)

Property Value

0 <= PercentComplete <= 100 Specifying null will result in an indeterminate (spinning with no indication of percentage complete) progress bar.

Attributes

Applies to