User name used by VC. It can be set by VC.Setup(). If it wasn't otherwise it will try to use default credentials. If there is no default credentials it will return process user credentials

Namespace: VcClient
Assembly: VcClient (in VcClient.dll) Version: 1.0.0.0 (1.8.400.4142)

Syntax

C#
public static string UserName { get; }
Visual Basic
Public Shared ReadOnly Property UserName As String
	Get
Visual C++
public:
static property String^ UserName {
	String^ get ();
}

See Also