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