 | ShowMessageAction Constructor (String, String) |
Namespace:
Microsoft.Win32.TaskScheduler
Assembly:
Microsoft.Win32.TaskScheduler (in Microsoft.Win32.TaskScheduler.dll) Version: 2.10.1
Syntaxpublic ShowMessageAction(
string messageBody,
string title
)
Public Sub New (
messageBody As String,
title As String
)
public:
ShowMessageAction(
String^ messageBody,
String^ title
)
Request Example
View SourceParameters
- messageBody
- Type: SystemString
Message text that is displayed in the body of the message box. - title
- Type: SystemString
Title of the message box.
See Also