|
FileImporterImportPath 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.207-beta
Syntax [ConnectionStringParameterAttribute]
[CustomConfigurationEditorAttribute("GSF.TimeSeries.UI.WPF.dll", "GSF.TimeSeries.UI.Editors.FolderBrowserEditor",
null)]
public string ImportPath { get; set; }
<ConnectionStringParameterAttribute>
<CustomConfigurationEditorAttribute("GSF.TimeSeries.UI.WPF.dll", "GSF.TimeSeries.UI.Editors.FolderBrowserEditor",
Nothing)>
Public Property ImportPath As String
Get
Set
public:
[ConnectionStringParameterAttribute]
[CustomConfigurationEditorAttribute(L"GSF.TimeSeries.UI.WPF.dll", L"GSF.TimeSeries.UI.Editors.FolderBrowserEditor",
nullptr)]
property String^ ImportPath {
String^ get ();
void set (String^ value);
}
[<ConnectionStringParameterAttribute>]
[<CustomConfigurationEditorAttribute("GSF.TimeSeries.UI.WPF.dll", "GSF.TimeSeries.UI.Editors.FolderBrowserEditor",
null)>]
member ImportPath : string with get, set
function get_ImportPath();
function set_ImportPath(value);
View SourceProperty Value
StringSee Also