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.

Definition

Namespace: Microsoft.Win32.TaskScheduler
Assembly: Microsoft.Win32.TaskScheduler (in Microsoft.Win32.TaskScheduler.dll) Version: 2.11.0
[DefaultValueAttribute(typeof(TaskRunLevel), "LUA")]
[XmlIgnoreAttribute]
public TaskRunLevel RunLevel { get; set; }

Property Value

TaskRunLevel

Exceptions

NotV1SupportedExceptionNot supported under Task Scheduler 1.0.

See Also