Gets the web address or IP address of the organization's proxy server (if any).
Namespace:
Asi.iBO.SystemConfigAssembly: Asi.iBO (in Asi.iBO.dll) Version: 15.1.2.0
Syntax
| C# |
|---|
public string ProxyAddress { get; } |
| Visual Basic (Declaration) |
|---|
Public ReadOnly Property ProxyAddress As String |
| Visual C++ |
|---|
public: property String^ ProxyAddress { String^ get (); } |