VeriStand .NET API Reference

FTPUpload.Source Property

Gets or sets the path to the source file(s) to upload.

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

Property Value

The path to the source file(s) to upload. This value can be a file or a folder containing multiple files.

See Also

Log in to get a better experience