Click or drag to resize
Task Scheduler Managed Class Library

TaskDefinitionRegistrationInfo Property

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.

Namespace: Microsoft.Win32.TaskScheduler
Assembly: Microsoft.Win32.TaskScheduler (in Microsoft.Win32.TaskScheduler.dll) Version: 2.12.0
Syntax
C#
public TaskRegistrationInfo RegistrationInfo { get; }
Request Example View Source

Property Value

TaskRegistrationInfo
See Also