| 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; }
Default Property Item (
index As Integer
) As String
Get
Set
Parameters
- index
- Type: SystemInt32
Index position of the item
Return Value
Type:
StringA typed item value or null if index is out of range
See Also