Click or drag to resize
Grid Solutions Framework

CsvInputAdapterFileName Property

Gets or sets the name of the CSV file from which measurements will be read.

Namespace: CSVAdapters
Assembly: CsvAdapters (in CsvAdapters.dll) Version: 2.4.248-beta
Syntax
[ConnectionStringParameterAttribute]
[CustomConfigurationEditorAttribute("GSF.TimeSeries.UI.WPF.dll", "GSF.TimeSeries.UI.Editors.FileDialogEditor", 
	"type=open; checkFileExists=true; defaultExt=.csv; filter=CSV files|*.csv|AllFiles|*.*")]
public string FileName { get; set; }
View Source

Property Value

String
See Also