Click or drag to resize
Task Scheduler Managed Class Library

ShowMessageAction(String, String) Constructor

Creates a new unbound instance of ShowMessageAction.

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

Parameters

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