|
JobActionRequestingUserName Property |
This value is the name of the user that requested the action.
Namespace: DoubleTake.Jobs.ContractAssembly: DoubleTake.PowerShell.Contract.Data (in DoubleTake.PowerShell.Contract.Data.dll) Version: 8.0.0.1664
Syntaxpublic string RequestingUserName { get; set; }
Public Property RequestingUserName As String
Get
Set
public:
property String^ RequestingUserName {
String^ get ();
void set (String^ value);
}
function get_RequestingUserName();
function set_RequestingUserName(value);
Property Value
Type:
String
The name of the user that requested this action.
See Also