|
ExportDestinationDestinationFile Property
|
Path and file name of export destination.
Namespace: GSF.IOAssembly: GSF.Core (in GSF.Core.dll) Version: 2.4.253-beta+ffb7163c9e3b771705bc5b9aa3f09870f2cb9e2c
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