ProgressRecord.SecondsRemaining Property

Definition

Gets and sets the estimate of time remaining until this activity is completed. This can be based upon a measurement of time since started and the percent complete or another approach deemed appropriate by the caller.

Normally displayed beside the progress bar, as "N seconds remaining."

public:
 property int SecondsRemaining { int get(); void set(int value); };
public:
 property int SecondsRemaining { int get(); void set(int value); };
public int SecondsRemaining { get; set; }
member this.SecondsRemaining : int with get, set
Public Property SecondsRemaining As Integer

Property Value

Remarks

A value less than 0 means "don't display a time remaining."

Applies to