Click or drag to resize

FileImportTableDataSourceBaseSourceFileName Property

Gets or sets the single source file name.

Namespace: Altaxo.Serialization
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public string SourceFileName { get; set; }

Property Value

String
Exceptions
ExceptionCondition
InvalidOperationExceptionThrown if more than one file is configured.
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