Click or drag to resize
Grid Solutions Framework

CsvOutputAdapterFileName Property

Gets or sets the name of the CSV file.

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

Property Value

String
See Also