ProxyUser specifies the proxy userid when using LoadFromURL method.

Namespace: HiComponents.IEvolution
Assembly: IEvolution2 (in IEvolution2.dll) Version: 10.1.0.0

Syntax

         
 C#  Visual Basic  Visual C++ 
public string ProxyUser { get; set; }
Public Property ProxyUser As String
	Get
	Set
public:
property String^ ProxyUser {
	String^ get ();
	void set (String^ value);
}

See Also