Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets or sets the total work to be done before the dialog can complete. If progress cannot be determined, this property is set to 0 to show an animation.
Namespace: Microsoft.ManagementConsole.Advanced
Assembly: Microsoft.ManagementConsole (in Microsoft.ManagementConsole.dll)
Syntax
public int TotalWork { get; set; }
public:
property int TotalWork {
int get();
void set(int value);
}
member TotalWork : int with get, set
Public Property TotalWork As Integer
Property Value
Type: System.Int32
The total work
See Also
WorkProcessed
WaitDialog Class
Microsoft.ManagementConsole.Advanced Namespace
Return to top