| ExternalLineItems Property |
Sequence of key-value pairs representing a record. Only meaningful in case of
Xrecord subclass; otherwise null (Nothing in Visual Basic).
Namespace:
Mavidian.DataConveyer.Common
Assembly:
DataConveyer (in DataConveyer.dll) Version: 3.4.6+1324144ff7
Syntax public virtual IReadOnlyList<Tuple<string, Object>> Items { get; }
Public Overridable ReadOnly Property Items As IReadOnlyList(Of Tuple(Of String, Object))
Get
Property Value
Type:
IReadOnlyListTupleString,
ObjectSee Also