 | TaskServiceUserAccountDomain Property |
Gets or sets the user account domain to be used when connecting to the
TargetServer.
Namespace:
Microsoft.Win32.TaskScheduler
Assembly:
Microsoft.Win32.TaskScheduler (in Microsoft.Win32.TaskScheduler.dll) Version: 2.10.1
Syntaxpublic string UserAccountDomain { get; set; }
Public Property UserAccountDomain As String
Get
Set
public:
property String^ UserAccountDomain {
String^ get ();
void set (String^ value);
}
Request Example
View SourceProperty Value
Type:
StringThe user account domain.
See Also