 | TaskPrincipalRunLevel Property |
Gets or sets the identifier that is used to specify the privilege level that is required to run the tasks that are associated
with the principal.
Namespace:
Microsoft.Win32.TaskScheduler
Assembly:
Microsoft.Win32.TaskScheduler (in Microsoft.Win32.TaskScheduler.dll) Version: 2.10.1
Syntaxpublic TaskRunLevel RunLevel { get; set; }
Public Property RunLevel As TaskRunLevel
Get
Set
public:
property TaskRunLevel RunLevel {
TaskRunLevel get ();
void set (TaskRunLevel value);
}
Request Example
View SourceProperty Value
Type:
TaskRunLevel
Exceptions
See Also