Item Property (IDynamicRecordCollection)
- Last UpdatedApr 08, 2026
- 1 minute read
Gets the IDynamicRecord at the specified index within the dynamic record collection.
IDynamicRecord this[
int index
]; {get;}
property IDynamicRecord^ default [int] {
IDynamicRecord^ get(int index);
}
Parameters
- index
- The zero-based index of the row to return.