ShowMessageAction(String, String) Constructor

Creates a new unbound instance of ShowMessageAction.

Definition

Namespace: Microsoft.Win32.TaskScheduler
Assembly: Microsoft.Win32.TaskScheduler (in Microsoft.Win32.TaskScheduler.dll) Version: 2.11.0
public ShowMessageAction(
	string messageBody,
	string title
)

Parameters

messageBody  String
Message text that is displayed in the body of the message box.
title  String
Title of the message box.

See Also