Specifies that the FileStreamProvider should overwrite a file if exists; otherwise, a new file with unique name should be created.
Syntax
'Declaration
Public Property OverwriteOutputFile As Boolean
public bool OverwriteOutputFile {get; set;}
See Also