Compartilhar via


StatusReportingWaitDialog.TotalWork Property

Gets or sets a value that indicates the total work for the dialog box.

Namespace: Microsoft.ConfigurationManagement.AdminConsole
Assembly: Microsoft.ConfigurationManagement (in microsoft.configurationmanagement.dll)

Usage

'Usage
Dim instance As StatusReportingWaitDialog
Dim value As Integer

value = instance.TotalWork

instance.TotalWork = value

Syntax

'Declaration
Public Property TotalWork As Integer
public int TotalWork { get; set; }
public:
property int TotalWork {
    int get ();
    void set (int value);
}
/** @property */
/** @attribute DebuggerStepThroughAttribute() */ 
public int get_TotalWork ()

/** @property */
/** @attribute DebuggerStepThroughAttribute() */ 
public void set_TotalWork (int value)
DebuggerStepThroughAttribute 
public function get TotalWork () : int

DebuggerStepThroughAttribute 
public function set TotalWork (value : int)

Property Value

Total work.

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Platforms

Development Platforms

Windows Server 2003, Windows Vista

Target Platforms

Windows Server 2003,Windows Vista

See Also

Reference

StatusReportingWaitDialog Class
StatusReportingWaitDialog Members
Microsoft.ConfigurationManagement.AdminConsole Namespace