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