Skip to content

Latest commit

 

History

History
75 lines (43 loc) · 2.36 KB

taskschedulerschema-uri-registrationinfotype-element.md

File metadata and controls

75 lines (43 loc) · 2.36 KB
title description ms.assetid keywords topic_type api_name api_type ms.topic ms.date api_location
URI (registrationInfoType) Element
Specifies the URI of the task.
5b438e00-ed8a-4ec8-854f-e8eda48d1cfc
URI element Task Scheduler
apiref
URI
Schema
reference
05/31/2018

URI (registrationInfoType) Element

Specifies the URI of the task. This element is used to specify where the registered task is placed in the task folder hierarchy.

<xs:element name="URI"
    type="anyURI"
    minOccurs="0"
 />

The URI element is defined by the registrationInfoType complex type.

Parent element

Element Derived from Description
RegistrationInfo registrationInfoType Specifies administrative information about the task, such as the author of the task and the date the task is registered.

Remarks

For scripting development, the URI of the task is specified using the RegistrationInfo.URI property.

For C++ development, the URI of the task is specified using the IRegistrationInfo::URI property.

Requirements

Requirement Value
Minimum supported client
Windows Vista [desktop apps only]
Minimum supported server
Windows Server 2008 [desktop apps only]

See also

Task Scheduler Schema Elements

Task Scheduler