Gets the user name to use to login to the organization's proxy server.
Namespace: Asi.iBO.SystemConfigAssembly: Asi.iBO (in Asi.iBO.dll) Version: 15.1.3.0
Syntax
| C# |
|---|
public string ProxyUserName { get; } |
| Visual Basic |
|---|
Public ReadOnly Property ProxyUserName As String Get |
| Visual C++ |
|---|
public: property String^ ProxyUserName { String^ get (); } |