LogFile.FileConflictOperation Property
- Updated2023-02-21
- 2 minute(s) read
Gets or sets a value indicating the operation to take if a file already exists at the specified path
Namespace:
NationalInstruments.VeriStand.ClientAPI.LoggingAssembly: 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); } |