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
Visual Basic |
Dim instance As StatusReportingWaitDialog
Dim value As Integer
value = instance.TotalWork
instance.TotalWork = value
|
Syntax
Visual Basic |
Public Property TotalWork As Integer
|
C# |
public int TotalWork { get; set; }
|
C++ |
public:
property int TotalWork {
int get ();
void set (int value);
}
|
J# |
/** @property */
/** @attribute DebuggerStepThroughAttribute() */
public int get_TotalWork ()
/** @property */
/** @attribute DebuggerStepThroughAttribute() */
public void set_TotalWork (int value)
|
JScript |
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