| 
            
              MetricImporterImportPath Property
             | 
          
        
        
            Gets or sets the import path for EPRI CSV files from which measurements will be read.
            
        
        Namespace: EpriExportAssembly: EpriExport (in EpriExport.dll) Version: 2.4.258-beta
Syntax[ConnectionStringParameterAttribute]
public string ImportPath { get; set; }<ConnectionStringParameterAttribute>
Public Property ImportPath As String
	Get
	Set
public:
[ConnectionStringParameterAttribute]
property String^ ImportPath {
	String^ get ();
	void set (String^ value);
}[<ConnectionStringParameterAttribute>]
member ImportPath : string with get, set
function get_ImportPath();
function set_ImportPath(value);
 View SourceProperty Value
String
See Also