| 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; }
Public Overrides ReadOnly Property Items As IReadOnlyList(Of Tuple(Of String, Object))
Get
Property Value
Type:
IReadOnlyListTupleString,
ObjectSee Also