| IClusterItem Property |
A record at a specified index position (0-based).
Namespace:
Mavidian.DataConveyer.Entities.KeyVal
Assembly:
DataConveyer (in DataConveyer.dll) Version: 3.4.6+1324144ff7
Syntax IRecord this[
int index
] { get; set; }
Default Property Item (
index As Integer
) As IRecord
Get
Set
Parameters
- index
- Type: SystemInt32
Position of the record (0-based).
Return Value
Type:
IRecordSee Also