WaitDialog.StatusText Property
Gets or sets the status text to show in the dialog.
Namespace: Microsoft.ManagementConsole.Advanced
Assembly: Microsoft.ManagementConsole (in Microsoft.ManagementConsole.dll)
Syntax
public string StatusText { get; set; }
public:
property String^ StatusText {
String^ get();
void set(String^ value);
}
member StatusText : string with get, set
Public Property StatusText As String
Property Value
Type: System.String
The status text
See Also
WaitDialog Class
Microsoft.ManagementConsole.Advanced Namespace
Return to top