Gets the password to use to login to the organization's proxy server.

Namespace:  Asi.iBO.SystemConfig
Assembly:  Asi.iBO (in Asi.iBO.dll) Version: 15.1.2.0

Syntax

C#
public string ProxyPassword { get; }
Visual Basic (Declaration)
Public ReadOnly Property ProxyPassword As String
Visual C++
public:
property String^ ProxyPassword {
	String^ get ();
}

Field Value

A string. Typically provided by the organization's IT department.

See Also