 | 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.TaskScheduler
Assembly:
Microsoft.Win32.TaskScheduler (in Microsoft.Win32.TaskScheduler.dll) Version: 2.10.1
Syntaxpublic string UserId { get; set; }
Public Property UserId As String
Get
Set
public:
property String^ UserId {
String^ get ();
void set (String^ value);
}
Request Example
View SourceProperty Value
Type:
String
See Also