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.

Definition

Namespace: Microsoft.Win32.TaskScheduler
Assembly: Microsoft.Win32.TaskScheduler (in Microsoft.Win32.TaskScheduler.dll) Version: 2.11.0
public TaskRegistrationInfo RegistrationInfo { get; }

Property Value

TaskRegistrationInfo

See Also