Skip to content

Latest commit

 

History

History
76 lines (42 loc) · 2.17 KB

tasknamedvaluepair.md

File metadata and controls

76 lines (42 loc) · 2.17 KB
title description ms.assetid keywords topic_type api_name api_location api_type ms.topic ms.date
TaskNamedValuePair object
Scripting object that is used to create a name-value pair in which the name is associated with the value.
def679b1-28d5-4c52-9dca-42a6de06a1ec
TaskNamedValuePair object Task Scheduler
TaskNamedValuePair object Task Scheduler , described
apiref
TaskNamedValuePair
taskschd.dll
COM
reference
05/31/2018

TaskNamedValuePair object

Scripting object that is used to create a name-value pair in which the name is associated with the value.

Members

The TaskNamedValuePair object has these types of members:

Properties

The TaskNamedValuePair object has these properties.

Property Description
Name
Gets or sets the name that is associated with a value in a name-value pair.
Value
Gets or sets the value that is associated with a name in a name-value pair.

Remarks

When reading or writing your own XML for a task, a name-value pair is specified using the ValueQueries element of the Task Scheduler schema.

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

TaskNamedValueCollection