|
ExportDestinationDestinationFile Property
|
Path and file name of export destination.
Namespace: GSF.IOAssembly: GSF.Core (in GSF.Core.dll) Version: 2.4.258-beta+f8b6aa3dbfe0b4cc2b0b0760dd5d2a3dd4f59d09
Syntax[EditorAttribute(typeof(FileNameEditor), typeof(UITypeEditor))]
public string DestinationFile { get; set; }<EditorAttribute(GetType(FileNameEditor), GetType(UITypeEditor))>
Public Property DestinationFile As String
Get
Set
public:
[EditorAttribute(typeof(FileNameEditor), typeof(UITypeEditor))]
property String^ DestinationFile {
String^ get ();
void set (String^ value);
}[<EditorAttribute(typeof(FileNameEditor), typeof(UITypeEditor))>]
member DestinationFile : string with get, set
function get_DestinationFile();
function set_DestinationFile(value);
View SourceProperty Value
String
See Also