Skip to content

Latest commit

 

History

History
69 lines (44 loc) · 2.49 KB

showmessageaction-title.md

File metadata and controls

69 lines (44 loc) · 2.49 KB
title description ms.assetid keywords topic_type api_name api_location api_type ms.topic ms.date
ShowMessageAction.Title property
For scripting, gets or sets the title of the message box.
f61177fc-287c-4da9-9bdc-88aaa6868204
Title property Task Scheduler
Title property Task Scheduler , ShowMessageAction object
ShowMessageAction object Task Scheduler , Title property
apiref
ShowMessageAction.Title
taskschd.dll
COM
reference
05/31/2018

ShowMessageAction.Title property

[This object is no longer supported. You can use IExecAction with the Windows scripting MsgBox function to show a message in the user session.]

For scripting, gets or sets the title of the message box.

Syntax

ShowMessageAction.Title As String

Property value

The title of the message box.

Remarks

Parameterized strings can be used in the title text of the message box. For more information, see the Examples section in EventTrigger.ValueQueries.

When setting this property value, the value can be text that is retrieved from a resource .dll file. A specialized string is used to reference the text from the resource file. The format of the string is $(@ [Dll], [ResourceID]) where [Dll] is the path to the .dll file that contains the resource and [ResourceID] is the identifier for the resource text. For example, the setting this property value to $(@ %SystemRoot%\System32\ResourceName.dll, -101) will set the property to the value of the resource text with an identifier equal to -101 in the %SystemRoot%\System32\ResourceName.dll file.

Requirements

Requirement Value
Minimum supported client
Windows Vista [desktop apps only]
Minimum supported server
Windows Server 2008 [desktop apps only]
End of client support
Windows 7
End of server support
Windows Server 2008 R2
Type library
Taskschd.tlb
DLL
Taskschd.dll

See also

ShowMessageAction