Click or drag to resize

RunBackupJobRequestWindowsUser Property

The name of the Windows User who has the permissions for access to the requested files and folders.

Namespace:  SOS.SDK.Contracts.DataContracts.Requests
Assembly:  SOS.SDK (in SOS.SDK.dll) Version: 7.6.1.5742
Syntax
C#
public string WindowsUser { get; set; }

Property Value

Type: String
Remarks
Is necessary for impersonation from Windows User, used by Backup Service.
See Also