Click or drag to resize
Task Scheduler Managed Class Library

ShowMessageAction Constructor (String, String)

Creates a new unbound instance of ShowMessageAction.

Namespace:  Microsoft.Win32.TaskScheduler
Assembly:  Microsoft.Win32.TaskScheduler (in Microsoft.Win32.TaskScheduler.dll) Version: 2.10.1
Syntax
public ShowMessageAction(
	string messageBody,
	string title
)
Request Example View Source

Parameters

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