Click or drag to resize

IUntypedRecordItem Property (Int32)

A value of an item at a specified index position (attempt to set a value of a non-existing item has no effect)

Namespace:  Mavidian.DataConveyer.Entities.KeyVal
Assembly:  DataConveyer (in DataConveyer.dll) Version: 3.4.6+1324144ff7
Syntax
string this[
	int index
] { get; set; }

Parameters

index
Type: SystemInt32
Index position of the item

Return Value

Type: String
A typed item value or null if index is out of range
See Also