ProgressForm.ProgressValue Property
Gets or sets the percentage completion value for this task.
Namespace: Microsoft.WindowsServerSolutions.Properties
Assembly: AdminCommon (in AdminCommon.dll)
Syntax
public int ProgressValue { get; set; }
public:
property int ProgressValue {
int get();
void set(int value);
}
Public Property ProgressValue As Integer
Property Value
Type: System.Int32
An System.Int32. Valid values are integers from 0 to 100 (inclusive).
See Also
ProgressForm Class
Microsoft.WindowsServerSolutions.Properties Namespace
Return to top