 | TaskSettingsPriority Property |
Gets or sets the priority level of the task.
Namespace:
Microsoft.Win32.TaskScheduler
Assembly:
Microsoft.Win32.TaskScheduler (in Microsoft.Win32.TaskScheduler.dll) Version: 2.10.1
Syntaxpublic ProcessPriorityClass Priority { get; set; }
Public Property Priority As ProcessPriorityClass
Get
Set
public:
property ProcessPriorityClass Priority {
ProcessPriorityClass get ();
void set (ProcessPriorityClass value);
}
Request Example
View SourceProperty Value
Type:
ProcessPriorityClassThe priority.
Exceptions
See Also