Class WindowsScheduledTaskLogonTrigger
- Namespace
- CENTREL.XIA.Configuration.Types
- Assembly
- CENTREL.XIA.Configuration.Types.dll
Represents a trigger that fires when a user logs on.
public class WindowsScheduledTaskLogonTrigger : WindowsScheduledTaskTrigger
- Inheritance
-
WindowsScheduledTaskLogonTrigger
- Inherited Members
Constructors
WindowsScheduledTaskLogonTrigger()
Initializes a new instance of the CENTREL.XIA.Configuration.Types.WindowsScheduledTaskLogonTrigger class.
public WindowsScheduledTaskLogonTrigger()
Properties
Summary
Returns a summary of this trigger.
public override string Summary { get; }
Property Value
UserId
Gets or sets the name of the user to which this trigger applies. When an empty string this trigger applies to all users.
public string UserId { get; set; }