TaskEventWatcherUserPassword Property

Gets or sets the user password to be used when connecting to the TargetServer.

Definition

Namespace: Microsoft.Win32.TaskScheduler
Assembly: Microsoft.Win32.TaskScheduler (in Microsoft.Win32.TaskScheduler.dll) Version: 2.11.0
[DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden)]
public string UserPassword { get; set; }

Property Value

String
The user password.

See Also