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.2.0
Syntax
| C# |
|---|
public string ProxyUserName { get; } |
| Visual Basic (Declaration) |
|---|
Public ReadOnly Property ProxyUserName As String |
| Visual C++ |
|---|
public: property String^ ProxyUserName { String^ get (); } |