TestimoX

API Reference

Class

PrincipalSpec

Namespace ComputerX.ScheduledTasks
Assembly ComputerX
Modifiers sealed

Principal configuration for the scheduled task.

Inheritance

  • Object
  • PrincipalSpec

Usage

This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.

Returned or exposed by

Constructors

public PrincipalSpec() #

Properties

public String User { get; set; } #

Account to run as (e.g., SYSTEM or DOMAIN\User).

public Nullable<Boolean> RunElevated { get; set; } #

Run with the highest privileges (elevated) when supported.

public String LogonType { get; set; } #

Optional logon type hint (e.g., Password, S4U, ServiceAccount). Backend may ignore.