| Visual Basic (Declaration) | |
|---|---|
Public ReadOnly Property Percentage As Integer | |
| Visual Basic (Usage) | Copy Code |
|---|---|
| |
| C# | |
|---|---|
public int Percentage {get;} | |
Return Value
A number between 0 and 100 that indicate the value of the completion for the current operation as a percentage.For an example, refer to DocumentWriter.Progress.
You can use this property to show visual feedback to the user in a progress bar.
Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family
Copy Code