VeriStand .NET API Reference

Content Type
Programming Language
Current manual
Table of Contents

FTPBase.ProxyPassword Property

Gets or sets the password for ProxyUserName to use to access 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)

Syntax

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

Property Value

The password to use to access the proxy server.

See Also

Was this information helpful?