Click or drag to resize
Task Scheduler Managed Class Library

TaskDefinition Properties

The TaskDefinition type exposes the following members.

Properties
 NameDescription
Public propertyActionsGets a collection of actions that are performed by the task.
Public propertyData Gets or sets the data that is associated with the task. This data is ignored by the Task Scheduler service, but is used by third-parties who wish to extend the task format.
Public propertyLowestSupportedVersionGets the lowest supported version that supports the settings for this TaskDefinition.
Public propertyPrincipalGets the principal for the task that provides the security credentials for the task.
Public propertyRegistrationInfo Gets a class instance of registration information that is used to describe a task, such as the description of the task, the author of the task, and the date the task is registered.
Public propertySettingsGets the settings that define how the Task Scheduler service performs the task.
Public propertyTriggersGets a collection of triggers that are used to start a task.
Public propertyXmlTextGets or sets the XML-formatted definition of the task.
Top
See Also