VeriStand .NET API Reference

FTPBase.ProxyUserName Property

Gets or sets the username for the proxy server.

Namespace: NationalInstruments.VeriStand.StimulusProfileDefinitionApi
Assembly: NationalInstruments.VeriStand.RealTimeSequenceDefinitionApi (in NationalInstruments.VeriStand.RealTimeSequenceDefinitionApi.dll) Version: 2013.0.0.0 (2013.0.0.0)
Visual Basic (Declaration)
Public Property ProxyUserName As String
C#
public string ProxyUserName { get; set; }
Visual C++
public:
property String^ ProxyUserName {
	String^ get ();
	void set (String^ value);
}

Property Value

The username for the proxy server.

Remarks

If ProxyUserName is an empty string or a null reference (Nothing in Visual Basic), the proxy server authenticates requests using the credentials of the currently logged in user.

See Also

Log in to get a better experience