WriteProgressCommand.SecondsRemaining Property

Definition

Seconds remaining to complete the operation, or -1 if n/a.

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; }
[System.Management.Automation.Parameter]
public int SecondsRemaining { get; set; }
member this.SecondsRemaining : int with get, set
[<System.Management.Automation.Parameter>]
member this.SecondsRemaining : int with get, set
Public Property SecondsRemaining As Integer

Property Value

Attributes

Applies to