 | ITaskDefinitionEditorTaskDefinition Property |
Gets the TaskDefinition in its edited state.
Namespace: Microsoft.Win32.TaskSchedulerAssembly: Microsoft.Win32.TaskSchedulerEditor (in Microsoft.Win32.TaskSchedulerEditor.dll) Version: 2.12.1
Syntax[BrowsableAttribute(false)]
[DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden)]
TaskDefinition TaskDefinition { get; }
Request Example
Property Value
TaskDefinitionThe task definition.
See Also