Click or drag to resize

XrecordItems Property

A sequence of key-value pairs, each pair defining a single element (field) of the record; both key and value are strings.

Namespace:  Mavidian.DataConveyer.Common
Assembly:  DataConveyer (in DataConveyer.dll) Version: 3.4.6+1324144ff7
Syntax
public override IReadOnlyList<Tuple<string, Object>> Items { get; }

Property Value

Type: IReadOnlyListTupleString, Object
See Also