Click or drag to resize

FileImportTableDataSourceBaseProcessOptionsObject Property

Gets or sets the process options, strongly typed by the concrete data source, as an object.

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

Property Value

Object

Implements

IAltaxoTableDataSourceProcessOptionsObject
See Also