FileImportTableDataSourceBaseSourceFileName Property |
Gets or sets the single source file name.
Namespace: Altaxo.SerializationAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic string SourceFileName { get; set; }Property Value
String
Exceptions
Remarks
This property can only be used when exactly one file is configured. If more than one file is configured,
an
InvalidOperationException is thrown.
See Also