Skip to content

2e518abf 1efc 8cea 4f62 7b962fe37d75

Fernando Garcia edited this page May 8, 2018 · 1 revision

InputOptionsMetadata.AdapterType Property

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)

Syntax

C#

public Type AdapterType { get; }

VB

Public ReadOnly Property AdapterType As Type
	Get

Property Value

Type: Type
A String that contains the adapter will be used to export this input.

Remarks

This value is recovered using reflection the AdapterName property of the InputOptionsAttribute attribute.

See Also

Reference

InputOptionsMetadata Structure
iTin.Export.ComponentModel.Input Namespace

Clone this wiki locally