 | TaskPrincipalProcessTokenSidType Property |
Gets or sets the task process security identifier (SID) type.
Namespace:
Microsoft.Win32.TaskScheduler
Assembly:
Microsoft.Win32.TaskScheduler (in Microsoft.Win32.TaskScheduler.dll) Version: 2.10.1
Syntaxpublic TaskProcessTokenSidType ProcessTokenSidType { get; set; }
Public Property ProcessTokenSidType As TaskProcessTokenSidType
Get
Set
public:
property TaskProcessTokenSidType ProcessTokenSidType {
TaskProcessTokenSidType get ();
void set (TaskProcessTokenSidType value);
}
Request Example
View SourceProperty Value
Type:
TaskProcessTokenSidTypeOne of the
TaskProcessTokenSidType enumeration constants.
Exceptions
RemarksSetting this value appears to break the Task Scheduler MMC and does not output in XML. Removed to prevent problems.
See Also