MessageBoxParameters.Text Property

 

Gets or sets the text contents of the message box.

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

Syntax

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

Property Value

Type: System.String

The contents of the message box

See Also

MessageBoxParameters Class
Microsoft.ManagementConsole.Advanced Namespace

Return to top