registrationInfoType Complex Type
- Article
-
-
Defines the child elements and sequencing information for the RegistrationInfo element.
<xs:complexType name="registrationInfoType">
<xs:all>
<xs:element name="URI"
type="anyURI"
minOccurs="0"
/>
<xs:element name="SecurityDescriptor"
type="string"
minOccurs="0"
/>
<xs:element name="Source"
type="string"
minOccurs="0"
/>
<xs:element name="Date"
type="dateTime"
minOccurs="0"
/>
<xs:element name="Author"
type="string"
minOccurs="0"
/>
<xs:element name="Version"
type="string"
minOccurs="0"
/>
<xs:element name="Description"
type="string"
minOccurs="0"
/>
<xs:element name="Documentation"
type="string"
minOccurs="0"
/>
</xs:all>
</xs:complexType>
Child elements
Element |
Type |
Description |
Author |
string |
Specifies the author of the task.
|
Date |
dateTime |
Specifies the date and time when the task is registered.
|
Description |
string |
Specifies the description of the task.
|
Documentation |
string |
Specifies any additional documentation for the task.
|
SecurityDescriptor |
string |
Specifies the security descriptor of the task.
|
Source |
string |
Specifies where the task originated from. For example, from a component, service, application, or user.
|
URI |
anyURI |
Specifies the URI of the task.
|
Version |
string |
Specifies the version number of the task.
|
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 Complex Types
-
Task Scheduler