| Visual Basic (Declaration) | |
|---|---|
Public Property PercentComplete As Integer | |
| C# | |
|---|---|
public int PercentComplete {get; set;} | |
Property Value
This property value is of type Integer, indicating how much of the task is complete.This property value is of type Integer, indicating how much of the task has been completed.