Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets or sets the title of the message box.
Namespace: Microsoft.ManagementConsole.Advanced
Assembly: Microsoft.ManagementConsole (in Microsoft.ManagementConsole.dll)
Syntax
public string Caption { get; set; }
public:
property String^ Caption {
String^ get();
void set(String^ value);
}
member Caption : string with get, set
Public Property Caption As String
Property Value
Type: System.String
The caption
See Also
MessageBoxParameters Class
Microsoft.ManagementConsole.Advanced Namespace
Return to top