Click or drag to resize
Task Scheduler Managed Class Library

TaskDefinition Properties

The TaskDefinition type exposes the following members.

Properties
  NameDescription
Public propertyActions
Gets 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 propertyLowestSupportedVersion
Gets the lowest supported version that supports the settings for this TaskDefinition.
Public propertyPrincipal
Gets 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 propertySettings
Gets the settings that define how the Task Scheduler service performs the task.
Public propertyTriggers
Gets a collection of triggers that are used to start a task.
Public propertyXmlText
Gets or sets the XML-formatted definition of the task.
Top
See Also