WaitDialog.Title Property

 

Gets or sets the title for the dialog.

Namespace:   Microsoft.ManagementConsole.Advanced
Assembly:  Microsoft.ManagementConsole (in Microsoft.ManagementConsole.dll)

Syntax

public string Title { get; set; }
public:
property String^ Title {
    String^ get();
    void set(String^ value);
}
member Title : string with get, set
Public Property Title As String

Property Value

Type: System.String

The title

See Also

WaitDialog Class
Microsoft.ManagementConsole.Advanced Namespace

Return to top