| ScanNtfsVolumeJobRequestCallingProcessName 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 public string CallingProcessName { get; set; }
Property Value
Type:
StringRemarks
Usually this is the Process.CurrentProcess.Name of the calling assembly.
See Also