 | TaskEventWatcherUserAccountDomain Property |
Gets or sets the user account domain to be used when connecting to the
TargetServer.
Namespace: Microsoft.Win32.TaskSchedulerAssembly: Microsoft.Win32.TaskScheduler (in Microsoft.Win32.TaskScheduler.dll) Version: 2.12.0
Syntax[DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden)]
public string UserAccountDomain { get; set; }
Request Example
View SourceProperty Value
StringThe user account domain.
See Also