[]
Gets or sets the completion stage of this task. The value must be between 0 and 1.
[TypeConverter(typeof(PercentConverter))]
public override sealed double PercentComplete { get; set; }
<TypeConverter(GetType(PercentConverter))>
Public NotOverridable Overrides Property PercentComplete As Double