Click or drag to resize

CsvDataStorageFileName Property

Gets or sets the File name which data will be written. If HasHeader is set to , the first row of CSV will be headers.

Namespace:  Hummingbird.TestFramework.Automation
Assembly:  Hummingbird.TestFramework.Automation (in Hummingbird.TestFramework.Automation.dll) Version: 1.2.0.0
Syntax
[DataMemberAttribute]
public string FileName { get; set; }

Property Value

Type: String
The name of the file.
Remarks
If the FileName does not contain a Full Path, the resolver will try to find the filename from path related to the current Automation Project. If the file does not exists
See Also