The user name under which the job was run.
Namespace: VcClientAssembly: VcClient (in VcClient.dll) Version: 1.0.0.0 (1.8.400.4142)
Syntax
C# |
---|
public string UserName { get; set; } |
Visual Basic |
---|
Public Property UserName As String Get Set |
Visual C++ |
---|
public: property String^ UserName { String^ get (); void set (String^ value); } |