TaskEventWatcherUserAccountDomain Property

Gets or sets the user account domain 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 UserAccountDomain { get; set; }

Property Value

String
The user account domain.

See Also