Click or drag to resize

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; }

Property Value

Type: IReadOnlyListTupleString, Object
See Also