User name of the user pushing the import in, this would have been provided to you.

Namespace: LC360API.Carrier_V1
Assembly: LC360API (in LC360API.dll) Version: 1.0.0.0 (1.0.0.0)

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);
}

See Also