2e518abf 1efc 8cea 4f62 7b962fe37d75 - iAJTin/iExportEngine GitHub Wiki
Additional header content
Gets a value that contains which adapter will be used to export this input.
Namespace: iTin.Export.ComponentModel.Input
Assembly: iTin.Export.Core (in iTin.Export.Core.dll) Version: 1.0.0.0 (1.0.0.0)
C#
public Type AdapterType { get; }VB
Public ReadOnly Property AdapterType As Type
GetType: Type
A String that contains the adapter will be used to export this input.
This value is recovered using reflection the AdapterName property of the InputOptionsAttribute attribute.
InputOptionsMetadata Structure
iTin.Export.ComponentModel.Input Namespace