Click or drag to resize
Grid Solutions Framework

CsvExportAdapterSignalNameTemplate Property

Gets or sets the CSV export signalname template - accepts \"{MeasurementID}\", \"{PointTag}\" and \"{SignalReference}\".

Namespace: CsvAdapters
Assembly: CsvAdapters (in CsvAdapters.dll) Version: 2.4.230-beta
Syntax
[ConnectionStringParameterAttribute]
[DefaultValueAttribute("{MeasurementID}")]
public string SignalNameTemplate { get; set; }
View Source

Property Value

String
See Also