| 
            
              FileExporterFileExportPath Property
             | 
          
        
        
            Gets or sets the file export path for the EPRI export.
            
        
        Namespace: EpriExportAssembly: EpriExport (in EpriExport.dll) Version: 2.4.258-beta
Syntax[ConnectionStringParameterAttribute]
[CustomConfigurationEditorAttribute("GSF.TimeSeries.UI.WPF.dll", "GSF.TimeSeries.UI.Editors.FolderBrowserEditor", 
	null)]
public string FileExportPath { get; set; }<ConnectionStringParameterAttribute>
<CustomConfigurationEditorAttribute("GSF.TimeSeries.UI.WPF.dll", "GSF.TimeSeries.UI.Editors.FolderBrowserEditor", 
	Nothing)>
Public Property FileExportPath As String
	Get
	Setpublic:
[ConnectionStringParameterAttribute]
[CustomConfigurationEditorAttribute(L"GSF.TimeSeries.UI.WPF.dll", L"GSF.TimeSeries.UI.Editors.FolderBrowserEditor", 
	nullptr)]
property String^ FileExportPath {
	String^ get ();
	void set (String^ value);
}[<ConnectionStringParameterAttribute>]
[<CustomConfigurationEditorAttribute("GSF.TimeSeries.UI.WPF.dll", "GSF.TimeSeries.UI.Editors.FolderBrowserEditor", 
	null)>]
member FileExportPath : string with get, setfunction get_FileExportPath();
function set_FileExportPath(value);
 View SourceProperty Value
String
See Also