Click or drag to resize
Task Scheduler Managed Class Library

ITriggerUserId Interface

Interface for triggers that support a user identifier.

Namespace: Microsoft.Win32.TaskScheduler
Assembly: Microsoft.Win32.TaskScheduler (in Microsoft.Win32.TaskScheduler.dll) Version: 2.12.0
Syntax
C#
public interface ITriggerUserId
Request Example

The ITriggerUserId type exposes the following members.

Properties
 NameDescription
Public propertyUserIdGets or sets the user for the Trigger.
Top
See Also