WriteProgressCommand.PercentComplete 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.
Percentage completion of the activity, or -1 if n/a.
public:
property int PercentComplete { int get(); void set(int value); };
public:
property int PercentComplete { int get(); void set(int value); };
public int PercentComplete { get; set; }
[System.Management.Automation.Parameter]
[System.Management.Automation.ValidateRange(-1, 100)]
public int PercentComplete { get; set; }
member this.PercentComplete : int with get, set
[<System.Management.Automation.Parameter>]
[<System.Management.Automation.ValidateRange(-1, 100)>]
member this.PercentComplete : int with get, set
Public Property PercentComplete As Integer
Property Value
- Attributes