VeriStand .NET API Reference

FTPBase.OverwriteExistingFileBehavior Property

Gets or sets the action to take if a file of the same name already exists in the destination directory.

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

Property Value

An enumeration of OverwriteExistingFileBehavior.

See Also

Log in to get a better experience