| IRecordItem 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 Object this[
int index
] { get; set; }
Default Property Item (
index As Integer
) As Object
Get
Set
Parameters
- index
- Type: SystemInt32
Index position of the item.
Return Value
Type:
ObjectA typed item value or null if index is out of range.
See Also