Click or drag to resize

RunBackupJobRequestCallingProcessName Property

The name of the Windows Process, running under required Windows User permissions.

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

Property Value

Type: String
Remarks
Usually this is the Process.CurrentProcess.Name of the calling assembly.
See Also