| 
            
              CsvExportAdapterHeaderLine Property
             | 
          
        
        
            Gets or sets the default header line for the CSV exports, set to empty string for no header. Column order is fixed as timestamp, ID, and value.
            
        
        Namespace: CsvAdaptersAssembly: CsvAdapters (in CsvAdapters.dll) Version: 2.4.258-beta
Syntaxfunction get_HeaderLine();
function set_HeaderLine(value);
 View SourceProperty Value
String
See Also