|
FileExporterFileExportPath Property
|
Gets or sets the file export path for the EPRI export.
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 FileExportPath { get; set; }
<ConnectionStringParameterAttribute>
<CustomConfigurationEditorAttribute("GSF.TimeSeries.UI.WPF.dll", "GSF.TimeSeries.UI.Editors.FolderBrowserEditor",
Nothing)>
Public Property FileExportPath As String
Get
Set
public:
[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, set
function get_FileExportPath();
function set_FileExportPath(value);
View SourceProperty Value
StringSee Also