PercentComplete Property (Task)
In This Topic
Gets or sets the completion stage of this task. The value must be between 0 and 1.
Syntax
'Declaration
Public Overrides NotOverridable Property PercentComplete As Double
public override double PercentComplete {get; set;}
See Also