Skip to content

Latest commit

 

History

History
72 lines (42 loc) · 1.42 KB

action-id.md

File metadata and controls

72 lines (42 loc) · 1.42 KB
title description ms.assetid keywords topic_type api_name api_location api_type ms.topic ms.date
Action.Id property
For scripting, gets or sets the identifier of the action.
76601f33-9bf5-4263-ae72-6c1bb7af2e5e
Id property Task Scheduler
Id property Task Scheduler , Action object
Action object Task Scheduler , Id property
apiref
Action.Id
taskschd.dll
COM
reference
05/31/2018

Action.Id property

For scripting, gets or sets the identifier of the action.

Syntax

Action.Id As String

Property value

The user-defined identifier for the action. This identifier is used by the Task Scheduler for logging purposes.

Remarks

For information on how actions and tasks work together, see Task Actions.

Requirements

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

See also

Task Scheduler

Action