VeriStand .NET API Reference

FTPDownload.Destination Property

Gets or sets the destination directory for downloaded files.

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 Destination As String
C#
public string Destination { get; set; }
Visual C++
public:
property String^ Destination {
	String^ get ();
	void set (String^ value);
}

Property Value

The destination directory. If you do not specify a destination, this step downloads files to the directory that contains the stimulus profile.

See Also

Log in to get a better experience