 | TaskPrincipalRequiresPassword Method |
Gets a value indicating whether current Principal settings require a password to be provided.
Namespace:
Microsoft.Win32.TaskScheduler
Assembly:
Microsoft.Win32.TaskScheduler (in Microsoft.Win32.TaskScheduler.dll) Version: 2.10.1
Syntaxpublic bool RequiresPassword()
Public Function RequiresPassword As Boolean
public:
bool RequiresPassword()
Request Example
View SourceField Value
Type:
Booleantrue if settings requires a password to be provided; otherwise,
false.
See Also