 | 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.10.1
Syntaxpublic TaskRegistrationInfo RegistrationInfo { get; }
Public ReadOnly Property RegistrationInfo As TaskRegistrationInfo
Get
public:
property TaskRegistrationInfo^ RegistrationInfo {
TaskRegistrationInfo^ get ();
}
Request Example
View SourceProperty Value
Type:
TaskRegistrationInfo
See Also