TaskPrincipalUserId Property
Gets or sets the user identifier that is required to run the tasks that are associated with the principal. Setting this property
to something other than a null or empty string, will set the
GroupId property to NULL;
Namespace: Microsoft.Win32.TaskSchedulerAssembly: Microsoft.Win32.TaskScheduler (in Microsoft.Win32.TaskScheduler.dll) Version: 2.11.1
[DefaultValueAttribute(null)]
public string UserId { get; set; }
Property Value
String