WriteProgressCommand.SecondsRemaining Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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