VeriStand .NET API Reference

LogFile.FileConflictOperation Property

Gets or sets a value indicating the operation to take if a file already exists at the specified path

Namespace: NationalInstruments.VeriStand.ClientAPI.Logging
Assembly: NationalInstruments.VeriStand.ClientAPI (in NationalInstruments.VeriStand.ClientAPI.dll) Version: 2013.0.0.0 (2013.0.0.0)
Visual Basic (Declaration)
Public Property FileConflictOperation As FileConflictOperation
C#
public FileConflictOperation FileConflictOperation { get; set; }
Visual C++
public:
property FileConflictOperation FileConflictOperation {
	FileConflictOperation get ();
	void set (FileConflictOperation value);
}

See Also

Log in to get a better experience