VeriStand .NET API Reference

FTPBase.Password Property

Gets or sets the password for UserName to use to access the FTP 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 Password As String
C#
public string Password { get; set; }
Visual C++
public:
property String^ Password {
	String^ get ();
	void set (String^ value);
}

Property Value

The password to use to access the FTP server.

See Also

Log in to get a better experience